From d28031f62da4427c3b17d73d6f04ec186e9c6c7d Mon Sep 17 00:00:00 2001 From: Kieran Hunt Date: Mon, 31 Jul 2023 09:00:56 +0100 Subject: [PATCH] Fix link under SCXML heading Swap `]` with `[` since that's how you start link elements in Markdown. --- _glossary/guard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_glossary/guard.md b/_glossary/guard.md index 549110c..9708dd0 100644 --- a/_glossary/guard.md +++ b/_glossary/guard.md @@ -50,7 +50,7 @@ It should be noted that a guard is an _if_ test, exactly the type of if tests th ## SCXML -In Statechart XML, the guard is specified using ]the `cond` attribute on the `` element](https://www.w3.org/TR/scxml/#transition): +In Statechart XML, the guard is specified using [the `cond` attribute on the `` element](https://www.w3.org/TR/scxml/#transition): ```xml