From 720e22fe3ed7a6c61ff4ab80bd809468dfdd6324 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 25 May 2020 03:40:24 -0400 Subject: [PATCH] spelling: specified --- docs/Strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Strings.md b/docs/Strings.md index 8ecfa64..f2328a1 100644 --- a/docs/Strings.md +++ b/docs/Strings.md @@ -1,6 +1,6 @@ # Encodings and `yaml-cpp` # -`yaml-cpp` will parse any file as specificed by the [YAML 1.2 spec](http://www.yaml.org/spec/1.2/spec.html#id2570322). Internally, it stores all strings in UTF-8, and representation is done with UTF-8. This means that in +`yaml-cpp` will parse any file as specified by the [YAML 1.2 spec](http://www.yaml.org/spec/1.2/spec.html#id2570322). Internally, it stores all strings in UTF-8, and representation is done with UTF-8. This means that in ``` std::string str;