diff --git a/src/libcore/extfmt.rs b/src/libcore/extfmt.rs index 420c113443e4..c048fa085a02 100644 --- a/src/libcore/extfmt.rs +++ b/src/libcore/extfmt.rs @@ -466,7 +466,7 @@ pub mod ct { // Functions used by the fmt extension at runtime. For now there are a lot of // decisions made a runtime. If it proves worthwhile then some of these // conditions can be evaluated at compile-time. For now though it's cleaner to -// implement it 0this way, I think. +// implement it this way, I think. #[doc(hidden)] pub mod rt { use float;