Improve wording

This commit is contained in:
Tobias Stolzmann 2018-05-31 20:01:03 +02:00
parent 63885f7f72
commit 089da06cc4
No known key found for this signature in database
GPG key ID: 452FC0E36EF74439

View file

@ -171,8 +171,9 @@ explanation.
## Using `?` in doc tests
A complete error handling is often not useful in your example, as it would add
significant amounts of boilerplate code. Instead, you may want the following:
When writing an example, it is rarely useful to include a complete error
handling, as it would add significant amounts of boilerplate code. Instead, you
may want the following:
```ignore
/// ```