From f972ad428f0cccebfa5fc2a6085b07beb0ea21a6 Mon Sep 17 00:00:00 2001
From: Johan Klokkhammer Helsing <johanhelsing@gmail.com>
Date: Sat, 17 Dec 2022 10:36:18 +0100
Subject: [PATCH] docs: Fix build error in book chapter 1

Seems to be the same code as the hello_world example, so I just copied the semi-colon from there.
---
 book/src/chapter_1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book/src/chapter_1.md b/book/src/chapter_1.md
index 1f8a6da..ba7ff43 100644
--- a/book/src/chapter_1.md
+++ b/book/src/chapter_1.md
@@ -35,7 +35,7 @@ fn startup(
                 }}
             />
         </KayakAppBundle>
-    }
+    };
     
     commands.spawn(UICameraBundle::new(widget_context));
 }
-- 
GitLab