Skip to content

Commit f0e3021

Browse files
authored
Refining wording
1 parent 2bdb7f1 commit f0e3021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/saving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ julia> @save "mymodel.bson" model
2424
Load it again:
2525

2626
```jldoctest saving
27-
julia> using Flux # must precede @load
27+
julia> using Flux # Flux must be loaded before calling @load
2828
2929
julia> using BSON: @load
3030

0 commit comments

Comments
 (0)