aboutsummaryrefslogtreecommitdiffstats
path: root/_examples
diff options
context:
space:
mode:
authoravoidalone <wuguangdong@outlook.com>2024-03-11 15:20:35 +0800
committeravoidalone <wuguangdong@outlook.com>2024-03-12 11:51:33 +0800
commit04f7b23cbb85040a276ab2b7d6879223779451fd (patch)
treebe1ebbe0ad0e31d9b93682e3e64203be0458d050 /_examples
parentca05e2c4d8cb1801d3a8c12773bac206774871a3 (diff)
downloadgo-git-04f7b23cbb85040a276ab2b7d6879223779451fd.tar.gz
*: fix some comments
Signed-off-by: avoidalone <wuguangdong@outlook.com>
Diffstat (limited to '_examples')
-rw-r--r--_examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/README.md b/_examples/README.md
index 8097f09..1e9ea6a 100644
--- a/_examples/README.md
+++ b/_examples/README.md
@@ -33,4 +33,4 @@ Here you can find a list of annotated _go-git_ examples:
- [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one.
- [clone with context](context/main.go) - Cloning a repository with graceful cancellation.
- [storage](storage/README.md) - Implementing a custom storage system.
-- [sha256](sha256/main.go) - Init and commiting repositories that use sha256 as object format.
+- [sha256](sha256/main.go) - Init and committing repositories that use sha256 as object format.