aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/reftable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/reftable.txt')
-rw-r--r--Documentation/technical/reftable.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/reftable.txt b/Documentation/technical/reftable.txt
index 6a67cc4174..d7d066d876 100644
--- a/Documentation/technical/reftable.txt
+++ b/Documentation/technical/reftable.txt
@@ -115,7 +115,7 @@ Varint encoding
Varint encoding is identical to the ofs-delta encoding method used
within pack files.
-Decoder works such as:
+Decoder works as follows:
....
val = buf[ptr] & 0x7f