Skip to content

Commit 98fc3df

Browse files
authored
[nit] Fix a readme typo. (#115)
1 parent a6091e3 commit 98fc3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Left-right is a concurrency primitive for high concurrency reads over a
66
single-writer data structure. The primitive keeps two copies of the
77
backing data structure, one that is accessed by readers, and one that is
8-
access by the (single) writer. This enables all reads to proceed in
8+
accessed by the (single) writer. This enables all reads to proceed in
99
parallel with minimal coordination, and shifts the coordination overhead
1010
to the writer. In the absence of writes, reads scale linearly with the
1111
number of cores.

0 commit comments

Comments
 (0)