Skip to content

Commit

Permalink
fix code rendering error in givens.md
Browse files Browse the repository at this point in the history
an extra code fence was added, so the bottom of the page is incorrectly rendered
  • Loading branch information
bishabosha authored Oct 10, 2024
1 parent 46f4860 commit e042803
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/_docs/reference/contextual/givens.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e042803

Please sign in to comment.