From e1df0674851da8cf32c2f75016c38a854446238b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 28 Jun 2024 22:54:09 -0600 Subject: [PATCH] [docs] Typo --- docs/serializer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serializer.md b/docs/serializer.md index 0efda8055..7954ac090 100644 --- a/docs/serializer.md +++ b/docs/serializer.md @@ -73,7 +73,7 @@ using object ids. The serialize context maintains a list of links between objects. Each link records the parent object id, the child object id, the position of the offset field within the parent object, and the width of the offset. -Links are always added to the current in progress object and you can only link too +Links are always added to the current in progress object and you can only link to objects that have been packed and thus have an ID. ### Object De-duplication