summaryrefslogtreecommitdiff
path: root/src/components/include/utils/custom_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/utils/custom_string.h')
-rw-r--r--src/components/include/utils/custom_string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/include/utils/custom_string.h b/src/components/include/utils/custom_string.h
index 7b21e7a64d..0e5ef244f0 100644
--- a/src/components/include/utils/custom_string.h
+++ b/src/components/include/utils/custom_string.h
@@ -81,8 +81,8 @@ class CustomString {
CustomString(size_t n, char c);
/**
- * @brief Returns the length of the string, in terms of characters.
- */
+ * @brief Returns the length of the string, in terms of characters.
+ */
size_t size() const;
/**