Apostrophes are serious business
Test and check / test-and-check (push) Canceled after 0s

This commit is contained in:
b
2026-08-21 23:11:15 -06:00
parent 9b25034a01
commit c7a743b07e
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
package gigaparsec
// Bind combines p with a parser created by f that depends on p's result value.
// Bind combines p with a parser created by f that depends on ps result value.
func Bind[In, Out, T any](
p Parser[In, T],
f func(T) Parser[In, Out],