Skip to content

Commit 5e7ab15

Browse files
authored
fix code rendering error in givens.md (scala#21751)
an extra code fence was added, so the bottom of the page is incorrectly rendered
2 parents 46f4860 + e042803 commit 5e7ab15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: docs/_docs/reference/contextual/givens.md

-2
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)