Skip to content

Commit ab3b134

Browse files
Try to appease linter.1
1 parent f7cdfcb commit ab3b134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This library implements a lock-free striped resource pool whose entire concurren
99

1010
At runtime, the system looks like this:
1111

12-
```idris
12+
```text
1313
Pool ├── Stripe 0 (independent CAS machine)
1414
├── Stripe 1 (independent CAS machine)
1515
├── Stripe 2 (independent CAS machine)

0 commit comments

Comments
 (0)