Skip to content

Commit

Permalink
Update CODING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored Sep 30, 2024
1 parent cf8e5ac commit acf210e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- always use the formatter
- don't use unicode, except perhaps for judoc
- avoid `Pair`
- prefer enumarations with meaningful names over booleans, e.g., instead of using `Bool` define:
- prefer enumerations with meaningful names over booleans, e.g., instead of using `Bool` define:

```
type Transferability := Transferable | NonTransferable
Expand Down

0 comments on commit acf210e

Please sign in to comment.