diff options
| author | 2026-05-27 05:59:19 +0000 | |
|---|---|---|
| committer | 2026-05-27 05:59:19 +0000 | |
| commit | b82bbcde0f3fd374623c10e2dd817b9fac572805 (patch) | |
| tree | c0341d04360e9881cdff80847b98a5ed612440f6 | |
| parent | README: by frequency of me visiting or sth idk (diff) | |
| signature | No signature | |
furgit: Fix typos
| -rw-r--r-- | doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
