Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hydraxman committed Feb 23, 2023
1 parent cf6c1e8 commit 393c695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In a nutshell:
DO NOT SWALLOW THE EXCEPTIONS
</b></p>

You can try `logging it with a proper logger`, `rethrowing it to bubble up`, `letting upper call stack handle it by declaring it`, and `handling it in the codeflow, or `recording the info in an entity`.
You can try `logging it with a proper logger`, `rethrowing it to bubble up`, `letting upper call stack handle it by declaring it`, and `handling it in the codeflow`, or `recording the info in an entity`.

## Review Process

Expand Down

0 comments on commit 393c695

Please sign in to comment.