Skip to content

Commit 8d0d193

Browse files
committed
std/builtin: fix documentation of the cmplx function
1 parent e22f2c2 commit 8d0d193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

std/builtin.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ fn imag(c: Cmplx): Float
228228
// The real and imaginary parts must be of the same size,
229229
// either f32 or f64 (or assignable to them), and the return
230230
// value will be the corresponding complex type (cmplx64 for f32, cmplx128 for f64).
231-
fn complex(r: Float, i: Float): Cmplx
231+
fn cmplx(r: Float, i: Float): Cmplx

0 commit comments

Comments
 (0)