Skip to content

Commit 20e9875

Browse files
authored
Fix grammatical error in CRDT documentation (#37)
1 parent d919a56 commit 20e9875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/docs/concepts/crdt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ of CRDTs.
4444

4545
(PS: Marc Shapiro actually wrote a paper
4646
[Designing a commutative replicated data type](https://hal.inria.fr/inria-00177693v2/document)
47-
in 2007. In 2011, he reworded commutative into conflict-free in 2011, expanding
47+
in 2007. In 2011, he reworded commutative into conflict-free, expanding
4848
the definition of commutative to include state-based CRDT)
4949

5050
According to [CAP theorem](https://en.wikipedia.org/wiki/CAP_theorem), it is

0 commit comments

Comments
 (0)