From 1ff78b5e898a5e09afa3aa96841ce66b9f9d7c33 Mon Sep 17 00:00:00 2001 From: Brandon Do Date: Tue, 11 Apr 2023 22:39:48 -0400 Subject: [PATCH] fix typo --- input/chapter00/chapter00.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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".