aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-24 06:17:14 +0000
committerGravatar Runxi Yu2026-03-24 06:17:14 +0000
commite3835d89257e42b212483a2dda1aa8046070fb5a (patch)
tree6cbe83efc408d0cdcae973dbfe6295cc9b4d978c /README.md
parentREADME: Add finding your way around (diff)
signatureNo signature
README: otherwise v0.1.104
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a3d0e72..2f31d1fc 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ serve different purposes:
* `repo.Objects()` is the storage layer underneath resolution.
* Use it when you need to read object headers, read raw object contents,
- stream object data, or look up objects directly by ID.
+ stream object data, or otherwise look up objects directly by ID.
* Most callers who want to work with Git objects as commits, trees, blobs, or
tags should prefer the resolver instead.
* However, checking an object ID's size and type are somewhat common