Skip to content

Commit

Permalink
Update CODING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Mas Rovira <janmasrovira@gmail.com>
  • Loading branch information
lukaszcz and janmasrovira authored Oct 1, 2024
1 parent 22329d9 commit 53ff6c5
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 @@ -8,7 +8,7 @@
- prefer enumerations with meaningful names over booleans, e.g., instead of using `Bool` define:

```
type Transferability := Transferable | NonTransferable
type Transferability := Transferable | NonTransferable;
```

## Imports
Expand Down

0 comments on commit 53ff6c5

Please sign in to comment.