Skip to content

Commit e464600

Browse files
authored
fix whitespace
1 parent 7e0b4d7 commit e464600

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
@@ -172,7 +172,7 @@ julia> using .NiceStuff: nice, DOG, NiceStuff
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
174174
updated dependencies or future versions of julia.
175-
175+
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
178178
package the name should be taken from. This is especially problematic in

0 commit comments

Comments
 (0)