fix(docs): typo in docstrings
Hello, I think you misspelled `width` to `with`.
This commit is contained in:
parent
ad4ab99a2e
commit
80828bfb0b
1 changed files with 2 additions and 2 deletions
|
|
@ -26,10 +26,10 @@ pub(crate) trait Float:
|
|||
+ ops::Div<Output = Self>
|
||||
+ ops::Rem<Output = Self>
|
||||
{
|
||||
/// A uint of the same with as the float
|
||||
/// A uint of the same width as the float
|
||||
type Int: Int;
|
||||
|
||||
/// A int of the same with as the float
|
||||
/// A int of the same width as the float
|
||||
type SignedInt: Int;
|
||||
|
||||
/// An int capable of containing the exponent bits plus a sign bit. This is signed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue