Skip to content

Commit

Permalink
Fixed weird formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Nov 25, 2024
1 parent d780792 commit ffe7779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/World-Transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ of this scope (e.g. on a different goroutine) is not permitted:
```go
var w *world.World
w.Exec(func(tx *world.Tx) {
// tx is valid here.
go func() {
// tx is invalid here.
// tx is valid here.
go func() {
// tx is invalid here.
}()
})
// tx is also invalid here
Expand Down

0 comments on commit ffe7779

Please sign in to comment.