Skip to content

Commit

Permalink
Merge pull request #406 from vaerksted/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Drvi authored Nov 21, 2024
2 parents 8840934 + 5508b60 commit 427f197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/registering.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You should generally choose something that makes it easy to guess what format it
Examples of some existing `fmt`s are:

- `format"PNG"`: the format for [png image files](https://en.wikipedia.org/wiki/Portable_Network_Graphics)
- `format"HDF5"`: the format for [hierachical data files v5](https://en.wikipedia.org/wiki/Hierarchical_Data_Format)
- `format"HDF5"`: the format for [hierarchical data files v5](https://en.wikipedia.org/wiki/Hierarchical_Data_Format)

## Argument `magic`

Expand Down

0 comments on commit 427f197

Please sign in to comment.