From 336713f94ad28a1a213c84138c1336e3c38a655f Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 4 Nov 2025 22:19:23 +0100 Subject: [PATCH] Fix typo in ObjectId.java documentation --- lib/src/main/java/org/automerge/ObjectId.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/main/java/org/automerge/ObjectId.java b/lib/src/main/java/org/automerge/ObjectId.java index 65c450a..a7df8c9 100644 --- a/lib/src/main/java/org/automerge/ObjectId.java +++ b/lib/src/main/java/org/automerge/ObjectId.java @@ -6,7 +6,7 @@ *

* 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;