Skip to content

Commit 5fc78ca

Browse files
committed
Fix syntax
1 parent 0d8d04d commit 5fc78ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/conversion.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// Converts an input of type usize to u32.
22
///
33
/// On 32 bit platforms such as wasm32 this is just a safe cast.
4-
/// On other plaftforms the conversion panic for values larger than
4+
/// On other platforms the conversion panics for values larger than
55
/// `u32::MAX`.
66
#[inline]
77
pub fn force_to_u32(input: usize) -> u32 {

0 commit comments

Comments
 (0)