From 723e67787a098a75b50074bb53c7af10e3dd5a06 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Thu, 20 Nov 2025 09:51:50 -0800 Subject: [PATCH] Update Strings --- Strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strings.md b/Strings.md index 3353d3b..65abac0 100644 --- a/Strings.md +++ b/Strings.md @@ -21,4 +21,4 @@ The examples below will only be using UTF-8 strings to demonstrate it's function ehs::Str_8 str = "Hello World!"; str.ToLower(); ``` -**str** = **hello world!** +**Result:** _str_ = _"hello world!"_