Skip to content
Snippets Groups Projects
Commit 01c9b3bd authored by Oliver Sander's avatar Oliver Sander
Browse files

Fix typo in documentation

parent cbc5dfe1
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ namespace Impl {
* This will call either ifFunc or elseFunc depending
* on the condition. In any case a single argument
* will be passed to the called function. This will always
* be the indentity function. Passing an expression through
* be the identity function. Passing an expression through
* this function will lead to lazy evaluation. This way both
* 'branches' can contain expressions that are only valid
* within this branch if the condition is a std::integral_constant<bool,*>.
......
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