1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-29 18:29:40 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>