aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-27 05:59:19 +0000
committerGravatar Runxi Yu2026-05-27 05:59:19 +0000
commitb82bbcde0f3fd374623c10e2dd817b9fac572805 (patch)
treec0341d04360e9881cdff80847b98a5ed612440f6
parentREADME: by frequency of me visiting or sth idk (diff)
signatureNo signature
furgit: Fix typos
-rw-r--r--doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index fbdf2542..f9aca881 100644
--- a/doc.go
+++ b/doc.go
@@ -6,7 +6,7 @@
// The architecture is rather deliberate
// and the parts that exist
// have been built carefully
-// (to the best our capability)
+// (to the best of our capability)
// and tested against git as the canonical oracle, etc.
//
// However, the API is not yet settled at all;
@@ -91,7 +91,7 @@
// generally inherit the contract documented by the interfaces they satisfy.
// Implementation docs focus on additional guarantees
// and implementation-specific behavior,
-// but users are advised not to reply on them
+// but users are advised not to rely on them
// in order to maintain the flexibility of switching implementations.
//
// [go-git]: https://github.com/go-git/go-git