Merge pull request #244 from hanspagel/patch-1
fix a small typo (at it heart -> at its heart)
This commit is contained in:
		
						commit
						46fae57036
					
				@ -12,7 +12,7 @@ which aren't described in the paper. The most notable is that items have an
 | 
				
			|||||||
`originRight` as well as an `origin` property, which improves performance when
 | 
					`originRight` as well as an `origin` property, which improves performance when
 | 
				
			||||||
many concurrent inserts happen after the same character.
 | 
					many concurrent inserts happen after the same character.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
At it heart, Yjs is a list CRDT. Everything is squeezed into a list in order to
 | 
					At its heart, Yjs is a list CRDT. Everything is squeezed into a list in order to
 | 
				
			||||||
reuse the CRDT resolution algorithm:
 | 
					reuse the CRDT resolution algorithm:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Arrays are easy - they're lists of arbitrary items.
 | 
					- Arrays are easy - they're lists of arbitrary items.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user