jrvidal / explaine.rs

An interactive Rust syntax playground

Home Page:https://jrvidal.github.io/explaine.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"may not" is misleading

stefnotch opened this issue · comments

?Sized Trait Bound

A bound that expresses that the Sized trait may not be implemented for a given type parameter.

is what the website says. I think it should say "may or may not" instead, like in the Rust book.

Good point! Care to send a PR? 😬