Skip to content

Commit

Permalink
fixup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder committed Oct 29, 2023
1 parent b38ad18 commit db772bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ In a module, declare that the file, directory, or symbolic link specified by `pa
(relative or absolute) is a dependency for precompilation; that is, the module will need
to be recompiled if the modification time `mtime` of `path` changes.
If `track_content=true` recompilation is triggered when the content of `path` changes
(if `path` is a directory the content equals `readdir(path)`).
(if `path` is a directory the content equals `join(readdir(path))`).
This is only needed if your module depends on a path that is not used via [`include`](@ref). It has
no effect outside of compilation.
Expand Down

0 comments on commit db772bb

Please sign in to comment.