Skip to content

Commit 18976d8

Browse files
Fix typo in include's docstring (#59055)
1 parent 095e753 commit 18976d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/sysimg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use [`Base.include`](@ref) to evaluate a file into another module.
3535
at top-level and inserts an implicit `@Core.latestworld` to make any include'd
3636
definitions visible to subsequent code. Note however that this recognition
3737
is *syntactic*. I.e. assigning `const myinclude = include` may require
38-
and explicit `@Core.latestworld` call after `myinclude`.
38+
an explicit `@Core.latestworld` call after `myinclude`.
3939
4040
!!! compat "Julia 1.5"
4141
Julia 1.5 is required for passing the `mapexpr` argument.

0 commit comments

Comments
 (0)