From 75057179894af1c12fdbc2078c99e263b42d340a Mon Sep 17 00:00:00 2001 From: Kristoffer Engdahl Date: Tue, 14 Dec 2021 14:59:11 +0100 Subject: [PATCH 1/2] Update length.adoc --- Language/Variables/Data Types/String/Functions/length.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Variables/Data Types/String/Functions/length.adoc b/Language/Variables/Data Types/String/Functions/length.adoc index a0b644b42..3ced638e9 100644 --- a/Language/Variables/Data Types/String/Functions/length.adoc +++ b/Language/Variables/Data Types/String/Functions/length.adoc @@ -34,7 +34,7 @@ Returns the length of the String, in characters. (Note that this doesn't include [float] === Returns -The length of the String in characters. +The length of the String in characters as an unsigned int. -- // OVERVIEW SECTION ENDS From a1ccc71b7b0f5890f32da743d337ad5246667cb6 Mon Sep 17 00:00:00 2001 From: Kristoffer Engdahl Date: Mon, 20 Dec 2021 11:02:40 +0100 Subject: [PATCH 2/2] Update Language/Variables/Data Types/String/Functions/length.adoc Co-authored-by: per1234 --- Language/Variables/Data Types/String/Functions/length.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Variables/Data Types/String/Functions/length.adoc b/Language/Variables/Data Types/String/Functions/length.adoc index 3ced638e9..d3703282e 100644 --- a/Language/Variables/Data Types/String/Functions/length.adoc +++ b/Language/Variables/Data Types/String/Functions/length.adoc @@ -34,7 +34,7 @@ Returns the length of the String, in characters. (Note that this doesn't include [float] === Returns -The length of the String in characters as an unsigned int. +The length of the String in characters. Data type: `unsigned int`. -- // OVERVIEW SECTION ENDS