Skip to content

Commit

Permalink
typos coding-guidelines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pricstas authored Dec 15, 2024
1 parent 577036a commit efe61ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/coding-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Concurrency adds complexity. Concurrency adds overhead due to synchronization.
Thus unless proven to be a bottleneck, don't make things concurrent. As an example
the hierarchical `NetworkBehaviour` state machine runs sequentially. It is easy
to debug as it runs sequentially. Thus far there has been no proof that
shows a speed up when running it concurrently.
shows a speed-up when running it concurrently.

## Use `async/await` for sequential execution only

Expand Down

0 comments on commit efe61ed

Please sign in to comment.