From 6a5d81d4c9ded750d24fe945caa40994a587f982 Mon Sep 17 00:00:00 2001 From: RW Date: Thu, 19 Dec 2024 14:00:17 +0100 Subject: [PATCH] Update path.go fix comment spelling --- path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path.go b/path.go index e4d32c9b58..00105d5cc0 100644 --- a/path.go +++ b/path.go @@ -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