Skip to content

Commit 74a8f71

Browse files
typo
1 parent 4a59bd6 commit 74a8f71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/comparisons/dataio/fileio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Images can be loaded with [FileIO.jl](#file-io). However, there are two other al
3636
#### ImageIO.jl
3737
{{badge ImageIO}}
3838

39-
### Saving Arbitrary Julia Objects (Serializatoin)
39+
### Saving Arbitrary Julia Objects (Serialization)
4040
If it often useful to save variables stored in your julia session, and to be able to redefine them in a new julia session. For example if one of the variables is the result of a long-running computation. There several packages that are good for this specific use case. The general recommendation is **JLD2.jl**.
4141

4242
All options listed in this subsection support saving and loading just about anything you throw at it: Numbers, arrays, functions, even user-defined structs. This is generally done by saving a dictionary, where the keys are usually the variable name, and the values are the thing being saved:
@@ -244,4 +244,4 @@ JDF.jl is the Julia package for all things related to JDF.
244244

245245

246246
## Disclaimer
247-
This section could use some love. If you have used or developed Julia packages in this domain, we would love your help! Please visit the ["Contributing" section](https://github.com/JuliaPackageComparisons/JuliaPackageComparisons.github.io#contributing) of the [repository that hosts this website](https://github.com/JuliaPackageComparisons/JuliaPackageComparisons.github.io) for information on how to contribute.
247+
This section could use some love. If you have used or developed Julia packages in this domain, we would love your help! Please visit the ["Contributing" section](https://github.com/JuliaPackageComparisons/JuliaPackageComparisons.github.io#contributing) of the [repository that hosts this website](https://github.com/JuliaPackageComparisons/JuliaPackageComparisons.github.io) for information on how to contribute.

0 commit comments

Comments
 (0)