Skip to content

Commit

Permalink
improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Mar 26, 2024
1 parent 72daff0 commit 986f013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,7 @@ public VncVal apply(final VncList args) {
" \n" +
";; u with combining diaresis char: \u0308 \n" +
"(println \"u\\u0308\") \n" +
";; => ü (actually prints as ü on a console) \n" +
";; => ü (actually prints as ü on a terminal) \n" +
" \n" +
";; ü: \\u00FC \n" +
"(println \"\\u00FC\") \n" +
Expand Down

0 comments on commit 986f013

Please sign in to comment.