fix comment error

This commit is contained in:
Tan, Kian-ting 2023-08-27 04:38:44 +08:00
parent a5a0148f52
commit 15119d446e
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
<p><b>Example</b></p> <p><b>Example</b></p>
<pre class="codepre"><code class="code">let example= split_string_by_unicode_codepoint "m̄知 who you're." (*don't know who you are*) in <pre class="codepre"><code class="code">let example= "m̄知 who you're." (*don't know who you are*) in
List.map (fun x -&gt; print_string (x ^ ", ")) (split_string_by_unicode_codepoint example);; List.map (fun x -&gt; print_string (x ^ ", ")) (split_string_by_unicode_codepoint example);;

View file

@ -26,7 +26,7 @@ Fl_dynload.load_packages ["uutf"];;
{b Example} {b Example}
{[let example= split_string_by_unicode_codepoint "m̄知 who you're." (*don't know who you are*) in {[let example= "m̄知 who you're." (*don't know who you are*) in
List.map (fun x -> print_string (x ^ ", ")) (split_string_by_unicode_codepoint example);; List.map (fun x -> print_string (x ^ ", ")) (split_string_by_unicode_codepoint example);;