From d4c0c40015111f335dfaca90ed1b8741a6ca8f76 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 24 Feb 2021 15:53:03 +1100 Subject: Cleanup: spelling --- source/blender/blenlib/BLI_function_ref.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/blenlib/BLI_function_ref.hh') diff --git a/source/blender/blenlib/BLI_function_ref.hh b/source/blender/blenlib/BLI_function_ref.hh index 86f761bbded..57fffdc09b4 100644 --- a/source/blender/blenlib/BLI_function_ref.hh +++ b/source/blender/blenlib/BLI_function_ref.hh @@ -30,9 +30,9 @@ * A `FunctionRef` is small and cheap to copy. Therefore it should generally be passed by value. * * Example signatures: - * FunctionRef - A function without parameters and void return type. - * FunctionRef - A function with a float paramter and an int return value. - * FunctionRef - A function with two int parameters and an int return value. + * `FunctionRef` - A function without parameters and void return type. + * `FunctionRef` - A function with a float parameter and an int return value. + * `FunctionRef` - A function with two int parameters and an int return value. * * There are multiple ways to achieve that, so here is a comparison of the different approaches: * 1. Pass function pointer and user data (as void *) separately: -- cgit v1.2.3