Update path.go

fix comment spelling
pull/3266/head
RW 2024-12-19 14:00:17 +01:00 committed by GitHub
parent 69e5ccdd22
commit 6a5d81d4c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const (
paramConstraintSeparator byte = ';' // separator of type constraints for a parameter
paramConstraintDataStart byte = '(' // start of data of type constraint for a parameter
paramConstraintDataEnd byte = ')' // end of data of type constraint for a parameter
paramConstraintDataSeparator byte = ',' // separator of datas of type constraint for a parameter
paramConstraintDataSeparator byte = ',' // separator of data of type constraint for a parameter
)
// TypeConstraint parameter constraint types