commit
a2c39cf103
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