diff --git a/book/0_background_information.html b/book/0_background_information.html index f9519fa..1bc781f 100644 --- a/book/0_background_information.html +++ b/book/0_background_information.html @@ -487,7 +487,7 @@ fn main() {
Still hanging in there? Good. Don't get frustrated if the code above is difficult to understand. If I hadn't written it myself I would probably feel the same. You can always go back and read the book which explains it later.
-You probably already know what we're going to talk about in the next paragraphs from Javascript which I assume most know.
diff --git a/book/print.html b/book/print.html index fd65c02..e598425 100644 --- a/book/print.html +++ b/book/print.html @@ -529,7 +529,7 @@ fn main() {Still hanging in there? Good. Don't get frustrated if the code above is difficult to understand. If I hadn't written it myself I would probably feel the same. You can always go back and read the book which explains it later.
-Callback based approaches
+Callback based approaches
You probably already know what we're going to talk about in the next paragraphs from Javascript which I assume most know.
diff --git a/src/0_background_information.md b/src/0_background_information.md index cf5d84e..109c723 100644 --- a/src/0_background_information.md +++ b/src/0_background_information.md @@ -356,7 +356,7 @@ Still hanging in there? Good. Don't get frustrated if the code above is difficult to understand. If I hadn't written it myself I would probably feel the same. You can always go back and read the book which explains it later. -### Callback based approaches +## Callback based approaches You probably already know what we're going to talk about in the next paragraphs from Javascript which I assume most know.