We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3669864 commit a244ee3Copy full SHA for a244ee3
README.md
@@ -346,7 +346,8 @@ Translations of the guide are available in the following languages:
346
```
347
348
* <a name="true-as-last-condition"></a>
349
- Always use `true` as the last condition of a `cond` statement.
+ Use `true` as the last condition of the `cond` special form when you need a
350
+ clause that always matches.
351
<sup>[[link](#true-as-last-condition)]</sup>
352
353
```elixir
0 commit comments