Merge pull request #36 from JanLikar/patch-1

Fix a typo
This commit is contained in:
Chen Yuheng 2016-10-10 09:29:37 +08:00 committed by GitHub
commit f4f5148b39

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