Improve wording

This commit is contained in:
Tobias Stolzmann
2018-05-31 20:01:03 +02:00
parent 63885f7f72
commit 089da06cc4
+3 -2
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
/// ```