Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/main/java/org/automerge/ObjectId.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* <p>
* Composite objects are objects that contain other objects, such as lists and
* maps. The ID of the object is used to read and write to the object. The root
* object in automerge is a map, the ID of whic his {@link ObjectId#ROOT}.
* object in automerge is a map, the ID of which is {@link ObjectId#ROOT}.
*/
public class ObjectId {
private byte[] raw;
Expand Down