We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e5ccd commit 6a5d81dCopy full SHA for 6a5d81d
1 file changed
path.go
@@ -58,7 +58,7 @@ const (
58
paramConstraintSeparator byte = ';' // separator of type constraints for a parameter
59
paramConstraintDataStart byte = '(' // start of data of type constraint for a parameter
60
paramConstraintDataEnd byte = ')' // end of data of type constraint for a parameter
61
- paramConstraintDataSeparator byte = ',' // separator of datas of type constraint for a parameter
+ paramConstraintDataSeparator byte = ',' // separator of data of type constraint for a parameter
62
)
63
64
// TypeConstraint parameter constraint types
0 commit comments