We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0423dc1 commit 21ca3f0Copy full SHA for 21ca3f0
mgmt/YamlCfg.h
@@ -43,7 +43,7 @@ namespace Yaml
43
explicit Map(YAML::Node map);
44
45
// Get the node for a key. Throw a YAML::Exception if 'key' is not in the map. The node for each key in the
46
- // map must be gotten at least once. The lifetime of he char array referenced by passed key must be as long
+ // map must be gotten at least once. The lifetime of the char array referenced by passed key must be as long
47
// as this instance.
48
//
49
YAML::Node operator[](std::string_view key);
0 commit comments