Skip to content

Commit 11d2288

Browse files
committed
Fixed error in docstring
(cherry picked from commit 57a0623)
1 parent 8c285c6 commit 11d2288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UnicodeREPL.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
On an empty line, press ^ to enter unicode_repl mode and backspace to exit.
55
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.
6+
In unicode_repl mode, `\\u(XXXX)` tab completes to the symbol with Unicode
7+
codepoint `XXXX` where `XXXX` is a hexadecimal string of any length.
88
99
## Exported Symbols
1010

0 commit comments

Comments
 (0)