Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit a15b27b

Browse files
committed
fix second errors.New example
1 parent 109ee59 commit a15b27b

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
@@ -14,7 +14,7 @@ func ExampleNew() {
1414
// Output: whoops
1515
}
1616

17-
func ExampleNew_Fprint() {
17+
func ExampleNew_fprint() {
1818
err := errors.New("whoops")
1919
errors.Fprint(os.Stdout, err)
2020

0 commit comments

Comments
 (0)