From 79a9b23f4a6397398c915e092d70989041dfef28 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Thu, 24 Jan 2013 09:49:48 -0800 Subject: [PATCH] Fix a typo --- src/libcore/extfmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;