Fix a typo

This commit is contained in:
Erick Tryzelaar 2013-01-24 09:49:48 -08:00
parent 3c24419c19
commit 79a9b23f4a

View file

@ -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;