Skip to content

Commit

Permalink
Return leftover brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jan 23, 2023
1 parent 694a09c commit a7be506
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 @@ -324,7 +324,7 @@ fn my_method() -> impl Future<Output = Response> {
}
```

When accepting a **command** () that eventually results in a response through an event require that
When accepting a **command** that eventually results in a response through an event require that
command to contain a unique ID, which is later on contained in the asynchronous response event. One
such example is the `Swarm` accepting a `NetworkBehaviourAction::Dial` from the `NetworkBehaviour`.

Expand Down

0 comments on commit a7be506

Please sign in to comment.