Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make name of reference right again #102

Merged
merged 2 commits into from
Dec 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/tutorial/impl-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ This is a shortcut function to quit that will make program exit immediately
when the value (in this case the input file)
could not be read.
It's not very pretty,
and in the next chapter on [nice error handling]
and in the next chapter on [Nicer error reporting]
we will look at how to improve this.

[nice error handling]: ./errors.html
[Nicer error reporting]:./errors.html

</aside>

Expand Down