From 10f03e370d883aa5a4206fbef4ed1d65d2c14d47 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Mon, 21 Aug 2023 18:26:13 +0200 Subject: [PATCH] Fix `dprint` comments in STYLE.md (#1092) From #1091, thanks! --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 565507d4..1f1fd610 100644 --- a/STYLE.md +++ b/STYLE.md @@ -47,7 +47,7 @@ struct Person { name: String } if the `Person` struct is not important for your example. Please use this sparingly: enclose the code block in `` and -`` to suppress warnings about the formatting. +`` to suppress warnings about the formatting. ## Speaker Notes