Skip to content

Commit 0d671da

Browse files
committed
Improve anti-pattern titles
1 parent 9ae7c39 commit 0d671da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/elixir/pages/anti-patterns/code-anti-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document outlines potential anti-patterns related to your code and particular Elixir idioms and features.
44

5-
## Comments
5+
## Comments overuse
66

77
#### Problem
88

lib/elixir/pages/anti-patterns/macro-anti-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document outlines potential anti-patterns related to meta-programming.
44

5-
## Large code generation by macros
5+
## Large code generation
66

77
#### Problem
88

0 commit comments

Comments
 (0)