We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94aebae + c8443d3 commit 8e99057Copy full SHA for 8e99057
1 file changed
README.md
@@ -242,7 +242,7 @@ for (int i = 0; i < OBJECT_COUNT; ++i)
242
243
#### Runner
244
245
-Runner concept present task that can be spited into tasks([Features](#feature)) with providing input to that tasks to check and handle.
+Runner concept present task that can be splited into tasks([Features](#feature)) with providing input to that tasks to check and handle.
246
247
In our example runner will present the loop `for (int i = 0; i < OBJECT_COUNT; ++i)` and iterator `Object` as input for our [Features](#feature).
248
```c++
0 commit comments