mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
LibCore: Fix a typo in CConfigFile.h
This commit is contained in:
parent
c7fd39f3b1
commit
84f0be37f0
Notes:
sideshowbarker
2024-07-19 10:17:27 +09:00
Author: https://github.com/deoxxa Commit: https://github.com/SerenityOS/serenity/commit/84f0be37f0b Pull-request: https://github.com/SerenityOS/serenity/pull/1036
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
Vector<String> groups() const;
|
||||
Vector<String> keys(const String& group) const;
|
||||
|
||||
String read_entry(const String& group, const String& key, const String& default_vaule = String()) const;
|
||||
String read_entry(const String& group, const String& key, const String& default_value = String()) const;
|
||||
int read_num_entry(const String& group, const String& key, int default_value = 0) const;
|
||||
bool read_bool_entry(const String& group, const String& key, bool default_value = false) const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue