Reorder examples slightly

Text Templates should come right after String Formatting
This commit is contained in:
Eli Bendersky
2022-02-11 06:19:37 -08:00
parent 0751f43b3a
commit 1fa5cff95c
6 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
if (e.key == "ArrowRight") {
window.location.href = 'regular-expressions';
window.location.href = 'text-templates';
}
}
@@ -442,7 +442,7 @@ and returns a string without printing it anywhere.</p>
<p class="next">
Next example: <a href="regular-expressions">Regular Expressions</a>.
Next example: <a href="text-templates">Text Templates</a>.
</p>