From 7e173eebc3473be50bafba2b1e1fa1f5c626b11d Mon Sep 17 00:00:00 2001 From: Jan Likar Date: Sun, 2 Oct 2016 03:41:28 +0200 Subject: [PATCH] Fix a typo --- saphyr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/README.md b/saphyr/README.md index 7fcd385..4c7d4a8 100644 --- a/saphyr/README.md +++ b/saphyr/README.md @@ -87,7 +87,7 @@ bar: } ``` -Note that `yaml::Yaml` implements `Index<&'a str>` & `Index`: +Note that `yaml_rust::Yaml` implements `Index<&'a str>` & `Index`: * `Index` assumes the container is an Array * `Index<&'a str>` assumes the container is a string to value Map