Skip to content

Commit f40f87c

Browse files
authored
Update README.md
1 parent 36bee0f commit f40f87c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ To install using Swift Package Manager, add this to the `dependencies:` section
2626

2727
Usage is similar to the Swift 6 [`Mutex`](https://developer.apple.com/documentation/synchronization/mutex)
2828

29-
The recommended usage to create a mutex that protects some state:
3029
```swift
3130
let state = Mutex<Int>(0)
3231
```

0 commit comments

Comments
 (0)