Skip to content

Commit

Permalink
doc fix to close #850
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jan 26, 2023
1 parent a29337d commit 0215780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ A machine returned by `serializable` is characterized by the property
# This machine can now be serialized
smach = serializable(mach)
JLSO.save("machine.jlso", machine => smach)
JLSO.save("machine.jlso", :machine => smach)
# Deserialize and restore learned parameters to useable form:
loaded_mach = JLSO.load("machine.jlso")[:machine]
Expand Down

0 comments on commit 0215780

Please sign in to comment.