more documentation and formatting

This commit is contained in:
Harald Hoyer 2020-09-01 21:17:56 +02:00
parent ed710fada3
commit 1654624c08
Signed by: harald
GPG key ID: 900F3C4971086004
8 changed files with 50 additions and 39 deletions

View file

@ -1,6 +1,6 @@
# Debug for the ErrorKind
One small improvement at the end of the tutorial is to fix the debug output of
One small improvement is to fix the debug output of
`Func1ErrorKind`. As you probably noticed, the output doesn't say much of the enum.
~~~