Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Erik Krogh Kristensen
2022-11-14 17:35:55 +01:00
committed by GitHub
parent 324e0e8f90
commit 99636ba344

View File

@@ -82,7 +82,7 @@ private RegExpTerm seqChild(Regex re, int start, int end, int i) {
) )
} }
/** An implementation that statisfies the RegexTreeView signature. */ /** An implementation that satisfies the RegexTreeView signature. */
module Impl implements RegexTreeViewSig { module Impl implements RegexTreeViewSig {
/** /**
* An element containing a regular expression term, that is, either * An element containing a regular expression term, that is, either