This is an automated email from the ASF dual-hosted git repository.
mbeckerle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push:
new a34930d docs: using DFDL nomenclature
a34930d is described below
commit a34930d6769edb34d8083a90287f172bc5c98105
Author: cjmamo <[email protected]>
AuthorDate: Tue Dec 10 07:45:04 2024 +0100
docs: using DFDL nomenclature
---
site/getting-started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/getting-started.md b/site/getting-started.md
index f89b197..7aab0f5 100644
--- a/site/getting-started.md
+++ b/site/getting-started.md
@@ -44,7 +44,7 @@ Daffodil is a library, requiring Java 8, used to convert
between fixed format da
[Smooks DFDL Cartridge](https://www.smooks.org/documentation/#dfdl)
- : A [Smooks](https://www.smooks.org) module that has a reader for turning
the source into an event stream and a visitor for serializing the event stream.
This module forms the foundation of the [EDI and EDIFACT
cartridges](https://github.com/smooks/smooks-edi-cartridge).
+ : A [Smooks](https://www.smooks.org) module that has a reader for parsing
the source into an event stream and a visitor for unparsing the event stream.
This module forms the foundation of the [EDI and EDIFACT
cartridges](https://github.com/smooks/smooks-edi-cartridge).
### Existing DFDL Schemas