Skip to content

Commit 6a5d81d

Browse files
authored
Update path.go
fix comment spelling
1 parent 69e5ccd commit 6a5d81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

path.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const (
5858
paramConstraintSeparator byte = ';' // separator of type constraints for a parameter
5959
paramConstraintDataStart byte = '(' // start of data of type constraint for a parameter
6060
paramConstraintDataEnd byte = ')' // end of data of type constraint for a parameter
61-
paramConstraintDataSeparator byte = ',' // separator of datas of type constraint for a parameter
61+
paramConstraintDataSeparator byte = ',' // separator of data of type constraint for a parameter
6262
)
6363

6464
// TypeConstraint parameter constraint types

0 commit comments

Comments
 (0)