From 2bdc4a6959eb3ea2e7eea43952ce63fadc048c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 18 Jul 2022 11:04:24 +0200 Subject: [PATCH] Add missing ending delimiter of a code block in spec.md --- spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.md b/spec.md index 9d78ebf..d09ff40 100644 --- a/spec.md +++ b/spec.md @@ -1201,6 +1201,7 @@ enum Suit: string const Wild = self::Spades; } +``` ## 10. Heredoc and Nowdoc