about summary refs log tree commit diff
path: root/src/libcore/num/flt2dec/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/num/flt2dec/mod.rs')
-rw-r--r--src/libcore/num/flt2dec/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/flt2dec/mod.rs b/src/libcore/num/flt2dec/mod.rs
index f6c03a59f81..5123e42df61 100644
--- a/src/libcore/num/flt2dec/mod.rs
+++ b/src/libcore/num/flt2dec/mod.rs
@@ -118,7 +118,7 @@ provide a large enough buffer and `Part` array, and to assemble the final
 string from resulting `Part`s itself.
 
 All algorithms and formatting functions are accompanied by extensive tests
-in `coretest::num::flt2dec` module. It also shows how to use individual
+in `coretests::num::flt2dec` module. It also shows how to use individual
 functions.
 
 */