diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-01 19:00:28 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-01 19:00:28 +0200 |
| commit | 9805813dea123dcf4293e4f4b28152a10604fef7 (patch) | |
| tree | 5b5a39d385a100730c99be91a8012dd4cf5c4314 /Private/NewKit | |
| parent | 3c4efadf68e2071429925ea7f90f73341200a42f (diff) | |
NewKernel: v412024
- ke_bug_check returns true by default now. BugFix.
- Document file manager. - Improv
- Add \r\n instead of \n endings - Improv.
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/Json.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/NewKit/Json.hpp b/Private/NewKit/Json.hpp index 6be7430d..cc8afe1a 100644 --- a/Private/NewKit/Json.hpp +++ b/Private/NewKit/Json.hpp @@ -34,11 +34,11 @@ class JsonType final { public: /// @brief returns the key of the json - /// @return + /// @return the key as string view. StringView &AsKey() { return fKey; } /// @brief returns the value of the json. - /// @return + /// @return the key as string view. StringView &AsValue() { return fValue; } static JsonType kUndefined; |
