From 74a6855f0104f5e9a4ad8603546444d9428c8917 Mon Sep 17 00:00:00 2001
From: James Munns <james@onevariable.com>
Date: Mon, 27 Nov 2023 21:43:05 +0100
Subject: [PATCH] Update docs/modules/ROOT/pages/faq.adoc

---
 docs/modules/ROOT/pages/faq.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index 1b4357be9..37a2605d5 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -109,7 +109,7 @@ You probably need to enable a time driver for your HAL (not in `embassy-time`!).
 [source,toml]
 ----
 [dependencies.embassy-stm32]
-version = "0.1.0",
+version = "0.1.0"
 features = [
     # ...
     "time-driver-any", # Add this line!