Fix a typo

This commit is contained in:
Jan Likar 2016-10-02 03:41:28 +02:00 committed by GitHub
parent 6d23811831
commit 7e173eebc3

View file

@ -87,7 +87,7 @@ bar:
}
```
Note that `yaml::Yaml` implements `Index<&'a str>` & `Index<usize>`:
Note that `yaml_rust::Yaml` implements `Index<&'a str>` & `Index<usize>`:
* `Index<usize>` assumes the container is an Array
* `Index<&'a str>` assumes the container is a string to value Map