Skip to content

Commit

Permalink
fix #9639 (#9640)
Browse files Browse the repository at this point in the history
  • Loading branch information
krux02 committed Nov 7, 2018
1 parent fc740c5 commit c2c05f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/complex.nim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import math

type
Complex*[T: SomeFloat] = object
re, im: T
re*, im*: T
## A complex number, consisting of a real and an imaginary part.
Complex64* = Complex[float64]
## Alias for a pair of 64-bit floats.
Expand Down

0 comments on commit c2c05f5

Please sign in to comment.