From 186f40450db5a3fd93a77996b118eea9fdc07598 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Tue, 15 Oct 2024 16:10:34 +0200 Subject: [PATCH] Backport "fix code rendering error in givens.md" to 3.6.0 (#21771) Backports #21751 to 3.6.0-RC1 [skip ci] Co-authored-by: Jamie Thompson --- 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