Skip to content

Commit

Permalink
Correctly render codeblock in experimental-defs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol authored Sep 19, 2022
1 parent afc6ce4 commit dfb445e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_docs/reference/other-new-features/experimental-defs.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Experimental definitions can only be referenced in an experimental scope. Experi

<details>
<summary>Example 1</summary>

```scala
import scala.annotation.experimental

Expand All @@ -241,6 +242,7 @@ Experimental definitions can only be referenced in an experimental scope. Experi
}
}
```

</details>

5. Annotations of an experimental definition are in experimental scopes. Examples:
Expand Down

0 comments on commit dfb445e

Please sign in to comment.