From 5f72514f042eb16a61c6bf7e4e4ecbb99bfee1ad Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Mon, 3 Jun 2024 15:54:40 +0100 Subject: [PATCH] Fix closing details tag (#2116) --- src/methods-and-traits/traits/supertraits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/methods-and-traits/traits/supertraits.md b/src/methods-and-traits/traits/supertraits.md index a06794c3c82..a1e09bdf044 100644 --- a/src/methods-and-traits/traits/supertraits.md +++ b/src/methods-and-traits/traits/supertraits.md @@ -38,4 +38,4 @@ This is sometimes called "trait inheritance" but students should not expect this to behave like OO inheritance. It just specifies an additional requirement on implementations of a trait. -
+