fix typo in docstring

This commit is contained in:
Valentin Gagarin 2023-09-21 11:38:13 +02:00
parent 3ce793d3e9
commit 1a412a8d78

View file

@ -36,8 +36,8 @@ namespace nix {
*
* std::map<std::string, Config::SettingInfo> settings;
* config.getSettings(settings);
* config["system"].description == "the current system"
* config["system"].value == "x86_64-linux"
* settings["system"].description == "the current system"
* settings["system"].value == "x86_64-linux"
*
*
* The above retrieves all currently known settings from the `Config` object