Skip to content

Commit 2f13953

Browse files
authored
Update README.md
typo
1 parent 11ff6ec commit 2f13953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ And, finally, handled by printing it to the log file:
2828
log.Printf("Error: %s", err)
2929
```
3030

31-
It doesn't take long to find out that quite often this is not enough. There's little fun in solving the issue when everything a developer is able to observe is a line in the log that looks like on of those:
31+
It doesn't take long to find out that quite often this is not enough. There's little fun in solving the issue when everything a developer is able to observe is a line in the log that looks like one of those:
3232
> Error: EOF
3333
3434
> Error: unexpected '>' at the beginning of value

0 commit comments

Comments
 (0)