Skip to content

Commit f680c49

Browse files
bishaboshaWojciechMazur
authored andcommitted
fix code rendering error in givens.md
an extra code fence was added, so the bottom of the page is incorrectly rendered
1 parent a3015f4 commit f680c49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/_docs/reference/contextual/givens.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ time it is accessed. If the given is a mere alias to some immutable value, the g
9090
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).
9191

9292
```ebnf
93-
Here is the complete context-free syntax for all proposed features.
94-
```
9593
TmplDef ::= ... | 'given' GivenDef
9694
GivenDef ::= [id ':'] GivenSig
9795
GivenSig ::= GivenImpl

0 commit comments

Comments
 (0)