diff --git a/input/chapter00/chapter00.xml b/input/chapter00/chapter00.xml index b1067c1..96270a6 100644 --- a/input/chapter00/chapter00.xml +++ b/input/chapter00/chapter00.xml @@ -148,7 +148,7 @@ 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 underscoresA double-underscore function __foo may conversationally be referred to as "dunder foo".