summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/NeKit/Json.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/NeKit/Json.h')
-rw-r--r--dev/kernel/NeKit/Json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/NeKit/Json.h b/dev/kernel/NeKit/Json.h
index ebd4acf9..24357dd7 100644
--- a/dev/kernel/NeKit/Json.h
+++ b/dev/kernel/NeKit/Json.h
@@ -25,7 +25,7 @@ namespace Kernel {
class Json final {
public:
explicit Json() {
- auto len = kJSONMaxLen;
+ auto len = kJSONMaxLen;
BasicKString<> key = KString(len);
key += kJSONNullObj;
@@ -42,7 +42,7 @@ class Json final {
Bool& IsUndefined() { return fUndefined; }
private:
- Bool fUndefined; // is this instance undefined?
+ Bool fUndefined; // is this instance undefined?
BasicKString<> fKey;
BasicKString<> fValue;