Skip to content

Commit a403357

Browse files
authored
Correct typo in module docs (#39337)
1 parent 380abc8 commit a403357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ into account the set of dependencies already loaded into the current process and
415415
modules, even if their files change or disappear, in order to avoid creating incompatibilities between
416416
the running system and the precompile cache.
417417

418-
If you know that a module is *not* safe to precompile your module
418+
If you know that a module is *not* safe to precompile
419419
(for example, for one of the reasons described below), you should
420420
put `__precompile__(false)` in the module file (typically placed at the top).
421421
This will cause `Base.compilecache` to throw an error, and will cause `using` / `import` to load it

0 commit comments

Comments
 (0)