]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/soft-wrapping.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / soft-wrapping.rs
index ace8359409cd23c119a2cb06aa8f1b0c9be5ad81..b0682d4db3a3493b6b734908ae0a7759b4875d1a 100644 (file)
@@ -8,7 +8,7 @@
 // ggreater than or equal `b.extract(0)`, or `0` otherwise. The upper 96 bits off
 // the result are the upper 96 bits of `a`.
 
-/// Compare the lowest `f32` of both inputs for greater than or equal. The
+/// Compares the lowest `f32` of both inputs for greater than or equal. The
 /// lowest 32 bits of the result will be `0xffffffff` if `a.extract(0)` is
 /// greater than or equal `b.extract(0)`, or `0` otherwise. The upper 96 bits off
 /// the result are the upper 96 bits of `a`.