summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
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;