Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rucek committed Oct 30, 2023
1 parent f79c6bd commit 3386dc6
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 @@ -625,7 +625,7 @@ There can be at most one default clause in a `select` invocation.
Errors are only propagated downstream, ultimately reaching the point where the source is discharged, leading to an
exception being thrown there.

The approach we decided to take (only propagating errors dowstream) is one of the two possible designs -
The approach we decided to take (only propagating errors downstream) is one of the two possible designs -
with the other being re-throwing an exception when it's encountered.
Please see [the respective ADR](doc/adr/0001-error-propagation-in-channels.md) for a discussion.

Expand Down

0 comments on commit 3386dc6

Please sign in to comment.