Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loater69 committed Apr 25, 2023
1 parent 73eae22 commit 346c1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace std::chrono_literals;

setTimeout([] {
// code ...
}, 5s); // 5 seconds delay
}, 5s); // 5 second delay
```
setTimeout is also able to pass parameters to the function to be executed:
Expand Down

0 comments on commit 346c1af

Please sign in to comment.