1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-14 01:54:50 +02:00

Fix closing details tag (#2116)

This commit is contained in:
Andrew Walbran
2024-06-03 15:54:40 +01:00
committed by GitHub
parent 5f4ff0ab09
commit 5f72514f04

View File

@ -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 to behave like OO inheritance. It just specifies an additional requirement on
implementations of a trait. implementations of a trait.
<details> </details>