diff options
-rw-r--r-- | doc/GlueGen_Mapping.html | 2 | ||||
-rw-r--r-- | doc/GlueGen_Mapping.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/GlueGen_Mapping.html b/doc/GlueGen_Mapping.html index bfe9ae8..706eda4 100644 --- a/doc/GlueGen_Mapping.html +++ b/doc/GlueGen_Mapping.html @@ -2114,7 +2114,7 @@ callback.</li> <li>Exactly one native code-unit for the library must specify <a href="#libraryonload-librarybasename-for-jni_onload-"><code>LibraryOnLoad libraryBasename</code></a></li> <li><code>SetCallbackFunction</code>, all <em>maintenance</em> methods -and the native callback dispatcher <strong>is thread safe</strong></li> +and the native callback dispatcher <strong>are thread-safe</strong></li> <li>...</li> </ul> <h3 id="javacallback-example-1">JavaCallback Example 1</h3> diff --git a/doc/GlueGen_Mapping.md b/doc/GlueGen_Mapping.md index 490883d..1ab79b2 100644 --- a/doc/GlueGen_Mapping.md +++ b/doc/GlueGen_Mapping.md @@ -862,7 +862,7 @@ Please consider the following *currently enabled* constraints using JavaCallback - To remove a JavaCallback the `SetCallbackFunction` must be called with `null` for the `CallbackFunction` argument but with the same [*key arguments* (see `JavaCallbackKey`)](#javacallback-key-definition) as previously called to set the callback. - Exactly one native code-unit for the library must specify [`LibraryOnLoad libraryBasename`](#libraryonload-librarybasename-for-jni_onload-) -- `SetCallbackFunction`, all *maintenance* methods and the native callback dispatcher **is thread safe** +- `SetCallbackFunction`, all *maintenance* methods and the native callback dispatcher **are thread-safe** - ... ### JavaCallback Example 1 |