Skip to content

Commit 7df8f06

Browse files
committed
builtin: fix typo
1 parent dff6130 commit 7df8f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vlib/builtin/float.c.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub fn (x f32) strg() string {
113113
}
114114
}
115115

116-
// strsci returns the `f32` as a `string` in scientific notation with `digit_num` deciamals displayed, max 8 digits.
116+
// strsci returns the `f32` as a `string` in scientific notation with `digit_num` decimals displayed, max 8 digits.
117117
// Example: assert f32(1.234).strsci(3) == '1.234e+00'
118118
[inline]
119119
pub fn (x f32) strsci(digit_num int) string {

0 commit comments

Comments
 (0)