Commit 358a3b9c382bdd1cec9330fcd55360815d9ce472

Edward Thomson 2019-02-27T10:08:00

threading: clarify concurrency of access

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/threading.md b/docs/threading.md
index 8ebaaf3..0c31cf6 100644
--- a/docs/threading.md
+++ b/docs/threading.md
@@ -2,7 +2,7 @@ Threading in libgit2
 ==================
 
 Unless otherwise specified, libgit2 objects cannot be safely accessed by
-multiple threads.
+multiple threads simultaneously.
 
 There are also caveats on the cryptographic libraries libgit2 or its
 dependencies link to (more on this later). For libgit2 itself,