summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorKoichi Shiraishi <zchee.io@gmail.com>2021-04-28 02:17:51 +0900
committerKoichi Shiraishi <zchee.io@gmail.com>2021-04-28 02:24:14 +0900
commitf43130764b888f22968e47f59687a16a504d9776 (patch)
tree450cd2c0d470912d9c8e28bb0e73b75935e7bc7e /pkg
parent5b207fe7834d9c6541bd99bf75e3dfeebce2d9d5 (diff)
Fix typo of Syncutil to sync on sync packages README
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/sync/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sync/README.md b/pkg/sync/README.md
index 2183c4e20..be1a01f08 100644
--- a/pkg/sync/README.md
+++ b/pkg/sync/README.md
@@ -1,4 +1,4 @@
-# Syncutil
+# sync
This package provides additional synchronization primitives not provided by the
Go stdlib 'sync' package. It is partially derived from the upstream 'sync'