We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff6130 commit 7df8f06Copy full SHA for 7df8f06
1 file changed
vlib/builtin/float.c.v
@@ -113,7 +113,7 @@ pub fn (x f32) strg() string {
113
}
114
115
116
-// strsci returns the `f32` as a `string` in scientific notation with `digit_num` deciamals displayed, max 8 digits.
+// strsci returns the `f32` as a `string` in scientific notation with `digit_num` decimals displayed, max 8 digits.
117
// Example: assert f32(1.234).strsci(3) == '1.234e+00'
118
[inline]
119
pub fn (x f32) strsci(digit_num int) string {
0 commit comments