Skip to content

Commit f16f1d2

Browse files
committedMar 26, 2025··
docs: adjust example http_status_example
1 parent af5ebcf commit f16f1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎http.status_godoc_test.go ‎http_status_example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func ExampleStatusText() {
1111
fmt.Println(StatusText(404))
1212
fmt.Println(StatusText(500))
1313

14-
// Out put:
14+
// Output:
1515
// OK
1616
// Not Found
1717
// Internal Server Error

0 commit comments

Comments
 (0)
Please sign in to comment.