Fix a typo
This commit is contained in:
parent
6d23811831
commit
7e173eebc3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue