summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorandy5995 <andy400-dev@yahoo.com>2019-07-25 22:55:07 -0500
committerandy5995 <andy400-dev@yahoo.com>2019-07-25 22:55:07 -0500
commite2f46b9f79466d5121df1633259ff63dbbe2e5b1 (patch)
treea1518372b497e640707975c8b40f74a9f57eff87 /README.md
parent39694873766f970358d3819356a8c42f3435c3fd (diff)
downloadjson-c-e2f46b9f79466d5121df1633259ff63dbbe2e5b1.tar.gz
partial revert (make use) [skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7dcf772..5e39b8f 100644
--- 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().