Skip to content

Commit 4a63e82

Browse files
committed
remove period from heading
1 parent d77a4ed commit 4a63e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: getting-started/case-cond-and-if.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ iex> case {1, 2, 3} do
4949

5050
The first clause above will only match when `x` is positive.
5151

52-
## Expressions in guard clauses.
52+
## Expressions in guard clauses
5353

5454
The Erlang Virtual Machine (VM) only allows a limited set of expressions in guards:
5555

0 commit comments

Comments
 (0)