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
@@ -5,7 +5,7 @@
{{end}}{{end}}{{end -}}
{{define "func" -}}
{{if eq . 1}}// Bind combines p with a parser created by f that depends on p's result value.
{{if eq . 1}}// Bind combines p with a parser created by f that depends on ps result value.
{{- else}}// Bind{{.}} is equivalent to {{.}} nested calls to Bind.{{end}}
func Bind{{.}}[In, Out{{range .Count}}, T{{.}}{{end}} any](
p Parser[In, T],