Skip to content

Commit 8e99057

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 94aebae + c8443d3 commit 8e99057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ for (int i = 0; i < OBJECT_COUNT; ++i)
242242

243243
#### Runner
244244

245-
Runner concept present task that can be spited into tasks([Features](#feature)) with providing input to that tasks to check and handle.
245+
Runner concept present task that can be splited into tasks([Features](#feature)) with providing input to that tasks to check and handle.
246246

247247
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).
248248
```c++

0 commit comments

Comments
 (0)