From e0428038159bff79774fd49c889f824f302dba9d Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Fri, 11 Oct 2024 01:00:36 +0200 Subject: [PATCH] fix code rendering error in givens.md an extra code fence was added, so the bottom of the page is incorrectly rendered --- docs/_docs/reference/contextual/givens.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/_docs/reference/contextual/givens.md b/docs/_docs/reference/contextual/givens.md index 088ded2e8db4..9c074da0da6e 100644 --- a/docs/_docs/reference/contextual/givens.md +++ b/docs/_docs/reference/contextual/givens.md @@ -90,8 +90,6 @@ time it is accessed. If the given is a mere alias to some immutable value, the g Here is the full syntax for given instances. Some of these forms of givens are explained in a separate page: [Other Forms of Givens](../more-givens.md). ```ebnf -Here is the complete context-free syntax for all proposed features. -``` TmplDef ::= ... | 'given' GivenDef GivenDef ::= [id ':'] GivenSig GivenSig ::= GivenImpl