Skip to content

Commit 5f72514

Browse files
authored
Fix closing details tag (#2116)
1 parent 5f4ff0a commit 5f72514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods-and-traits/traits/supertraits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ This is sometimes called "trait inheritance" but students should not expect this
3838
to behave like OO inheritance. It just specifies an additional requirement on
3939
implementations of a trait.
4040

41-
<details>
41+
</details>

0 commit comments

Comments
 (0)