From 25b22066d4e75028796d6354c6dd7bc3bfd36459 Mon Sep 17 00:00:00 2001 From: Jan Likar Date: Sun, 2 Oct 2016 03:41:28 +0200 Subject: [PATCH] Fix a typo --- parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/README.md b/parser/README.md index 7fcd385..4c7d4a8 100644 --- a/parser/README.md +++ b/parser/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