aboutsummaryrefslogtreecommitdiff
path: root/furgit.go
diff options
context:
space:
mode:
Diffstat (limited to 'furgit.go')
-rw-r--r--furgit.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/furgit.go b/furgit.go
index 3113e4d4..8f6a8ae2 100644
--- a/furgit.go
+++ b/furgit.go
@@ -12,7 +12,8 @@
//
// Concurrency labels:
//
-// - MT-Safe: safe for concurrent use.
+// - MT-Safe: safe for concurrent use, excluding Close unless documented
+// otherwise.
// - MT-ReadSafe: safe for concurrent read-only use.
// - MT-Unsafe: not safe for concurrent use without external synchronization.
//