Skip to content

Commit

Permalink
starlarktest: fix typo in comment (google#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
adonovan authored Jul 6, 2020
1 parent 5d2ea04 commit 5993613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlarktest/starlarktest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 5993613

Please sign in to comment.