aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralandonovan <adonovan@google.com>2020-07-06 17:13:16 -0400
committerGitHub <noreply@github.com>2020-07-06 17:13:16 -0400
commit5993613f691f0f7dd72fe71174b559536582bba0 (patch)
treebba365be37edc98c81495b1d8b6ded57629572d4
parent5d2ea04a56dd644bb6d4dd113d1bdd0ef6a9727b (diff)
downloadstarlark-go-5993613f691f0f7dd72fe71174b559536582bba0.tar.gz
starlarktest: fix typo in comment (#288)
Fixes #285
-rw-r--r--starlarktest/starlarktest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/starlarktest/starlarktest.go b/starlarktest/starlarktest.go
index 0005412..e449436 100644
--- a/starlarktest/starlarktest.go
+++ b/starlarktest/starlarktest.go
@@ -9,7 +9,7 @@
// definition.
//
// The assert.error function, which reports errors to the current Go
-// testing.T, requires that clients call SetTest(thread, t) before use.
+// testing.T, requires that clients call SetReporter(thread, t) before use.
package starlarktest // import "go.starlark.net/starlarktest"
import (