formatting

This commit is contained in:
Carl Fredrik Samson
2020-04-05 01:08:55 +02:00
parent 5ec0336d66
commit 21db34c022
3 changed files with 3 additions and 3 deletions

View File

@@ -487,7 +487,7 @@ fn main() {
<p>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.</p>
<h3><a class="header" href="#callback-based-approaches" id="callback-based-approaches">Callback based approaches</a></h3>
<h2><a class="header" href="#callback-based-approaches" id="callback-based-approaches">Callback based approaches</a></h2>
<p>You probably already know what we're going to talk about in the next paragraphs
from Javascript which I assume most know. </p>
<blockquote>

View File

@@ -529,7 +529,7 @@ fn main() {
<p>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.</p>
<h3><a class="header" href="#callback-based-approaches" id="callback-based-approaches">Callback based approaches</a></h3>
<h2><a class="header" href="#callback-based-approaches" id="callback-based-approaches">Callback based approaches</a></h2>
<p>You probably already know what we're going to talk about in the next paragraphs
from Javascript which I assume most know. </p>
<blockquote>

View File

@@ -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.