Skip to content
Open
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
2 changes: 1 addition & 1 deletion input/chapter00/chapter00.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<para>We then have our implementation of the API. Often for
more complex functionality you will see an idiom where API
implementation functions will only be a wrapper around other
functions that are conventionally prepended with one or or two
functions that are conventionally prepended with one or two
underscores<footnote><para>A double-underscore function
<computeroutput>__foo</computeroutput> may conversationally be
referred to as "dunder foo".</para></footnote>
Expand Down