We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c285c6 commit 11d2288Copy full SHA for 11d2288
src/UnicodeREPL.jl
@@ -3,8 +3,8 @@
3
4
On an empty line, press ^ to enter unicode_repl mode and backspace to exit.
5
6
-In unicode_repl mode, `\\u(XXXX)` tab completes to the symbol at Unicode
7
-codepage `XXXX` where `XXXX` is a hexadecimal string of any length.
+In unicode_repl mode, `\\u(XXXX)` tab completes to the symbol with Unicode
+codepoint `XXXX` where `XXXX` is a hexadecimal string of any length.
8
9
## Exported Symbols
10
0 commit comments