Skip to content

Commit df85cff

Browse files
authored
chore(docs): fix typos in documentation
Pull-Request: #5744.
1 parent 577036a commit df85cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/coding-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Concurrency adds complexity. Concurrency adds overhead due to synchronization.
236236
Thus unless proven to be a bottleneck, don't make things concurrent. As an example
237237
the hierarchical `NetworkBehaviour` state machine runs sequentially. It is easy
238238
to debug as it runs sequentially. Thus far there has been no proof that
239-
shows a speed up when running it concurrently.
239+
shows a speed-up when running it concurrently.
240240

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

protocols/gossipsub/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246

247247
- Move from `open-metrics-client` to `prometheus-client` (see [PR 2442]).
248248

249-
- Emit gossip of all non empty topics (see [PR 2481]).
249+
- Emit gossip of all non-empty topics (see [PR 2481]).
250250

251251
- Merge NetworkBehaviour's inject_\* paired methods (see [PR 2445]).
252252

0 commit comments

Comments
 (0)