Skip to content

Commit

Permalink
Update styles.md
Browse files Browse the repository at this point in the history
Fixed example for "drop superfluous _..."
  • Loading branch information
ktekinay authored Aug 30, 2024
1 parent 3a66e42 commit f53cf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ case foo do
end
# Styled
case foo do
_ = bar -> :ok
bar -> :ok
end
```

Expand Down

0 comments on commit f53cf7c

Please sign in to comment.