summaryrefslogtreecommitdiff
path: root/docs/formats.md
diff options
context:
space:
mode:
authorKelvin Fan <kfan@redhat.com>2020-10-15 19:51:44 -0400
committerKelvin Fan <kfan@redhat.com>2020-10-19 10:55:49 -0400
commita89d011c0b4ce73f4b48e1563ca7044cdfa9e0eb (patch)
tree5afa47cf212cefa188505737bccb53841e5e378b /docs/formats.md
parenta13509ee7d585047357f5ad3db1f3851e7400fb1 (diff)
downloadostree-a89d011c0b4ce73f4b48e1563ca7044cdfa9e0eb.tar.gz
docs: Fix various typos
Diffstat (limited to 'docs/formats.md')
-rw-r--r--docs/formats.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/formats.md b/docs/formats.md
index 36d395bd..0943aafa 100644
--- a/docs/formats.md
+++ b/docs/formats.md
@@ -103,12 +103,11 @@ Since static deltas may not exist, the client first needs to attempt
to locate one. Suppose a client wants to retrieve commit `${new}`
while currently running `${current}`.
-The first thing to understand is that in order to save space, these
-two commits are "modified base64" - the `/` character is replaced with
-`_`.
+In order to save space, these two commits are "modified base64" - the
+`/` character is replaced with `_`.
Like the commit objects, a "prefix directory" is used to make
-management easier for filesystem tools
+management easier for filesystem tools.
A delta is named `$(mbase64 $from)-$(mbase64 $to)`, for example
`GpTyZaVut2jXFPWnO4LJiKEdRTvOw_mFUCtIKW1NIX0-L8f+VVDkEBKNc1Ncd+mDUrSVR4EyybQGCkuKtkDnTwk`,