diff options
author | Sven Gothel <[email protected]> | 2023-07-02 00:19:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-07-02 00:19:01 +0200 |
commit | 760fb65d1d65fcac927e28de442f3b9bfd3d58f0 (patch) | |
tree | 4ccb3dc58c93be8b8ee61be96ade89fe8e034549 /doc/GlueGen_Mapping.md | |
parent | be2d31199f95ddbfa02530a021c8ab9611018f27 (diff) |
doc/GlueGen_Mapping.md: Typo
Diffstat (limited to 'doc/GlueGen_Mapping.md')
-rw-r--r-- | doc/GlueGen_Mapping.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |