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

Fix documentation build #9980

Merged
merged 2 commits into from
May 30, 2017
Merged
Changes from 1 commit
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
Next Next commit
Fix a documentation build failure caused by missing _ underscore in f…
…ootnote citation.
  • Loading branch information
danielpunkass committed May 30, 2017
commit 9547aad68ca27885965101dbcd7816dbbf21f3c5
2 changes: 1 addition & 1 deletion docs/proposals/InitializerInheritance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ doing so is safe.
Complete object initializers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Introduce the notion of a complete object initializer, which is
written as an initializer with ``Self`` as its return type [#], e.g.::
written as an initializer with ``Self`` as its return type [#]_, e.g.::

init() -> Self {
// ...
Expand Down