Skip to content

Commit 7e0b4d7

Browse files
authored
Update modules.md
1 parent 0a8182e commit 7e0b4d7

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
@@ -171,7 +171,7 @@ julia> using .NiceStuff: nice, DOG, NiceStuff
171171
!!! note
172172
Qualifying the names being used as in `using NiceStuff: NiceStuff, nice` is recommended over plain
173173
`using Foo` for released packages, and other code which is meant to be re-used in the future with
174-
updated dependencies.
174+
updated dependencies or future versions of julia.
175175

176176
The reason for this is if another dependency starts to export one of the
177177
same names as `Foo` the code will error due to an ambiguity in which

0 commit comments

Comments
 (0)