Skip to content

Commit ca2b8e3

Browse files
authored
Merge pull request #347 from JuliaLang/LilithHafner-patch-1
Fix typo in docstring
2 parents 2ec75c7 + a57f093 commit ca2b8e3

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)