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!"_