Skip to content

Commit a57f093

Browse files
authored
Fix typo in docstring
1 parent 2ec75c7 commit a57f093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ end
285285
286286
Connect the JuliaSyntax parser to the Julia runtime so that it replaces the
287287
flisp parser for all parsing work. That is, JuliaSyntax will be used for
288-
`include()` `Meta.parse()`, the REPL, etc. To reset to the reference parser,
288+
`include()`, `Meta.parse()`, the REPL, etc. To reset to the reference parser,
289289
use `enable_in_core!(false)`.
290290
291291
Keyword arguments:

0 commit comments

Comments
 (0)