From 2ea492c96512a0802c98c9a06984457e88d5f2a4 Mon Sep 17 00:00:00 2001 From: Donald Bakong Date: Thu, 17 Oct 2019 23:56:26 -0400 Subject: [PATCH] docs: Fix error on language-guide.md --- docs/language-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language-guide.md b/docs/language-guide.md index ab0f46e6..f6371324 100644 --- a/docs/language-guide.md +++ b/docs/language-guide.md @@ -293,7 +293,7 @@ send notifications. You may have multiples of these per resource, including multiple `Depend` lines if necessary. Each of these properties also supports the conditional inclusion `elvis` operator as well. -For example, you may write is: +For example, you may write: ```mcl $b = true # for example purposes