From 810df8fdf989ca653dbe6109ef4f21e737446ddb Mon Sep 17 00:00:00 2001 From: Karutoh Date: Thu, 20 Nov 2025 09:50:49 -0800 Subject: [PATCH] Update Strings --- Strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strings.md b/Strings.md index a49dece..3353d3b 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!**