Skip to content

Commit 7b4e316

Browse files
committed
Fix package level example
1 parent dd9a8f1 commit 7b4e316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
func Example() {
19-
// Would be provided by the testing framework.
19+
// Provided by the testing package in tests.
2020
var t testing.TB
2121

2222
slogtest.Info(t, "my message here",

0 commit comments

Comments
 (0)