From 6ec65c38e5233e2ffc30882692be66815f71e3d3 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Mon, 6 Jan 2025 07:45:33 -0700 Subject: [PATCH] Ch. 17: Set correct heading level for the chapter Fixes #4187 --- src/ch17-00-async-await.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch17-00-async-await.md b/src/ch17-00-async-await.md index acd0ed3762..a69fcccfc9 100644 --- a/src/ch17-00-async-await.md +++ b/src/ch17-00-async-await.md @@ -1,4 +1,4 @@ -## Async and Await +# Async and Await Many operations we ask the computer to do can take a while to finish. For example, if you used a video editor to create a video of a family celebration,