Skip to content

Commit 037a941

Browse files
committed
dev/World-Transactions.md: Fixed typo.
1 parent 60158d3 commit 037a941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/World-Transactions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ for p := range srv.Accept() {
155155
// Use p.
156156
}
157157
```
158-
Like in other players, using `p` outside of this context (different goroutine or
158+
Like in other places, using `p` outside of this context (different goroutine or
159159
time.AfterFunc()) is not permitted.
160160

161161
## Conclusion

0 commit comments

Comments
 (0)