Skip to content

Commit

Permalink
Suggested Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdot0 committed Oct 7, 2023
1 parent bd4538a commit 35a6038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/math/complex/complex.v
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mut:
im f64
}

// complex returns a Complex Struct with the given `re` and `im`
// complex returns a complex struct with the given `re` and `im`
pub fn complex(re f64, im f64) Complex {
return Complex{re, im}
}
Expand Down

0 comments on commit 35a6038

Please sign in to comment.