Github user mbeckerle commented on a diff in the pull request:
https://github.com/apache/incubator-daffodil/pull/5#discussion_r149840319
--- Diff:
daffodil-core/src/main/scala/edu/illinois/ncsa/daffodil/dsom/InitiatedTerminatedMixin.scala
---
@@ -75,7 +76,7 @@ trait InitiatedTerminatedMixin
* present, or there is an expression. (Such expressions are not allowed
to evaluate to "" - you
* can't turn off a delimiter by providing "" at runtime. Minimum length
is 1 for these at runtime.
* <p>
- * Override in Sequence to also check for separator.
+ * Override in SequenceBase to also check for separator.
--- End diff --
Verify if this comment is still relevant.
---