Skip to content

Commit 9e0e87f

Browse files
author
Rob Rix
committed
Fix a bad code block.
1 parent 5dafac7 commit 9e0e87f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ let value = box.value
2121

2222
Changing the value of a `MutableBox`:
2323

24-
```
25-
swift
24+
```swift
2625
// Mutation:
2726
let mutableBox = MutableBox(1)
2827
mutableBox.value = 2

0 commit comments

Comments
 (0)