summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-01 19:00:28 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-01 19:00:28 +0200
commit9805813dea123dcf4293e4f4b28152a10604fef7 (patch)
tree5b5a39d385a100730c99be91a8012dd4cf5c4314 /Private/NewKit
parent3c4efadf68e2071429925ea7f90f73341200a42f (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.hpp4
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;