Skip to content

Commit 2920b35

Browse files
authored
Merge pull request #4 from rranelli/patch-1
Update README.md
2 parents 8eb2b86 + dba53cb commit 2920b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you want to add to this document, please submit a pull request or open an iss
7575
denied = ! allowed?
7676
```
7777

78-
* Group function definitions. Keep the same function with different signatures together without separating blank lines. In all other cases, use blank lines to separate different functions/parts of your module (to maximze readability through "vertical white-space").
78+
* Group function definitions. Keep the same function with different signatures together without separating blank lines. In all other cases, use blank lines to separate different functions/parts of your module (to maximize readability through "vertical white-space").
7979

8080
```elixir
8181
defp find_properties(source_file, config) do

0 commit comments

Comments
 (0)