Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Lemmens committed Jun 19, 2024
1 parent b371284 commit d81f2e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The tools in XmlStructTools.jl aim to fill the role of schema based XML data bin
The functionality is split up into four packages:

- XsdToStruct.jl can generate Julia struct definitions from XSD files.
- AbstractXsdTypes.jl contains the shared functionality that is common between different XSD struct types.
- XmlStructLoader.jl can use the module generated by AbstractXsdTypes.jl to validate and load XML files into the
- AbstractXsdTypes.jl contains shared functionality that is common between different XSD struct types.
- XmlStructLoader.jl can use the module generated by XsdToStruct.jl to validate and load XML files into the
generated struct definitions.
- XmlStructWriter.jl can write XSD struct instances to valid XML files.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The functionality is split up into four packages:

- XsdToStruct.jl can generate Julia struct definitions from XSD files.
- AbstractXsdTypes.jl contains the shared functionality that is common between different XSD struct types.
- XmlStructLoader.jl can use the module generated by AbstractXsdTypes.jl to validate and load XML files into the
- XmlStructLoader.jl can use the module generated by XsdToStruct.jl to validate and load XML files into the
generated struct definitions.
- XmlStructWriter.jl can write XSD struct instances to valid XML files.

Expand Down

0 comments on commit d81f2e1

Please sign in to comment.