Skip to content

Commit

Permalink
Merge pull request #103 from tachyonicbytes/patch-1
Browse files Browse the repository at this point in the history
Bugfix in papers.html
  • Loading branch information
ept authored Apr 24, 2024
2 parents c364c2d + 70859ed commit 5b334a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papers.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>CRDT Papers</h1>
<label for="state-based">State-based CRDTs</label><br>

<input type="checkbox" id="delta-based" name="delta-based">
<label for="state-based">Delta CRDTs</label><br>
<label for="delta-based">Delta CRDTs</label><br>

<input type="checkbox" id="counters" name="counters">
<label for="counters">Counter CRDTs</label><br>
Expand Down

0 comments on commit 5b334a2

Please sign in to comment.