Skip to content
Snippets Groups Projects
Commit a004e492 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: s/methode/function

parent 08abb38f
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,7 @@ public:
template <typename F = TFunction> static std::enable_if_t<!std::is_default_constructible<F>::value, Pointer> New()
{
static_assert(std::is_default_constructible<F>::value,"Cannot call New() "
"methode as the functor used for the filter creation is not default "
"function as the functor used for the filter creation is not default "
"constructible");
return nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment