diff options
author | Sven Gothel <[email protected]> | 2022-05-23 05:22:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-23 05:22:16 +0200 |
commit | bfabab0dbe9d2faebaea28ffaa16ac9daea1a38c (patch) | |
tree | 2d0db4d20199cb457f4ad959d178e6ea412cd49d /include | |
parent | 6eea83079280383df3a6fa75993981109291add8 (diff) |
function_def: Doc: Remove repetitive 'only'
Diffstat (limited to 'include')
-rw-r--r-- | include/jau/function_def.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jau/function_def.hpp b/include/jau/function_def.hpp index 189cd25..ddec850 100644 --- a/include/jau/function_def.hpp +++ b/include/jau/function_def.hpp @@ -55,7 +55,7 @@ namespace jau { * Only the user shall have knowledge about the source of the function, * whether it be a static free function or a member function. * - * A toolkit API shall only expose and use a callback function + * A toolkit API shall expose and use a callback function * by its return type `R` and arguments `A...` only. * * Further a toolkit needs to identify the stored callback functions, |