Skip to content

Commit 79a9b23

Browse files
committed
Fix a typo
1 parent 3c24419 commit 79a9b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/extfmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ pub mod ct {
466466
// Functions used by the fmt extension at runtime. For now there are a lot of
467467
// decisions made a runtime. If it proves worthwhile then some of these
468468
// conditions can be evaluated at compile-time. For now though it's cleaner to
469-
// implement it 0this way, I think.
469+
// implement it this way, I think.
470470
#[doc(hidden)]
471471
pub mod rt {
472472
use float;

0 commit comments

Comments
 (0)