Skip to content

Commit ffe7779

Browse files
committed
Fixed weird formatting.
1 parent d780792 commit ffe7779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/World-Transactions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ of this scope (e.g. on a different goroutine) is not permitted:
2424
```go
2525
var w *world.World
2626
w.Exec(func(tx *world.Tx) {
27-
// tx is valid here.
28-
go func() {
29-
// tx is invalid here.
27+
// tx is valid here.
28+
go func() {
29+
// tx is invalid here.
3030
}()
3131
})
3232
// tx is also invalid here

0 commit comments

Comments
 (0)