fixed lengths in example representation
diff --git a/Encodings.md b/Encodings.md
index 5cf50ff..4f11d8b 100644
--- a/Encodings.md
+++ b/Encodings.md
@@ -73,5 +73,5 @@
 For example, if the data was "Hello", "World", "Foobar", "ABCDEF":
 
 The encoded data would be
-DeltaEncoding(4, 4, 5, 5) "HellowWorldFoobarABCDEF"
+DeltaEncoding(5, 5, 6, 6) "HelloWorldFoobarABCDEF"