1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 13:50:27 +02:00

Fixing a typo in a "details" close tag (#638)

This commit is contained in:
Diogo Anderson
2023-05-15 19:20:54 -03:00
committed by GitHub
parent 490b20e245
commit a788680d5e

View File

@ -27,5 +27,5 @@ fn main() {
* When using generics, the standard library's `Into<T>` can provide a kind of limited
polymorphism on argument types. We will see more details in a later section.
</defails>
</details>