From 358a3b9c382bdd1cec9330fcd55360815d9ce472 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 27 Feb 2019 10:08:00 +0000 Subject: threading: clarify concurrency of access --- docs/threading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/threading.md b/docs/threading.md index 8ebaaf3c4..0c31cf655 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, -- cgit v1.2.1