Skip to content

Commit a244ee3

Browse files
Explain when true is last condition of cond
1 parent 3669864 commit a244ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ Translations of the guide are available in the following languages:
346346
```
347347

348348
* <a name="true-as-last-condition"></a>
349-
Always use `true` as the last condition of a `cond` statement.
349+
Use `true` as the last condition of the `cond` special form when you need a
350+
clause that always matches.
350351
<sup>[[link](#true-as-last-condition)]</sup>
351352

352353
```elixir

0 commit comments

Comments
 (0)