Cleaned up long error description

This commit is contained in:
Josh White 2020-02-07 23:40:16 -05:00
parent 8b77f8688e
commit 92fc98c695

View file

@ -11,8 +11,7 @@ loop. The `_` character, which represents the ignore pattern, cannot be used
as the identifier because it is a reserved lifetime name. To fix
this, use a lowercase letter, or a series of lowercase letters as the lifetime
identifier. Often a single lowercase letter, such as `'a`, is sufficient. For
more information, see
[the book][bk-no].
more information, see [the book][bk-no].
Corrected underscore example:
```