]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
partial revert (make use) [skip ci]
authorandy5995 <andy400-dev@yahoo.com>
Fri, 26 Jul 2019 03:55:07 +0000 (22:55 -0500)
committerandy5995 <andy400-dev@yahoo.com>
Fri, 26 Jul 2019 03:55:07 +0000 (22:55 -0500)
README.md

index 7dcf7722a3f28dadb5c0e11a635f3273179c5280..5e39b8fc8401493cbc9bc1b087fb3438e0f04fbf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ Building with partial threading support <a name="buildthreaded"></a>
 ----------------------------------------
 
 Although json-c does not support fully multi-threaded access to
-object trees, it has some code to help make threaded programs
+object trees, it has some code to help make use in threaded programs
 a bit safer.  Currently, this is limited to using atomic operations for
 json_object_get() and json_object_put().