diff options
Diffstat (limited to 'lib/std/math/complex.zig')
| -rw-r--r-- | lib/std/math/complex.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/math/complex.zig b/lib/std/math/complex.zig index 614d9d0ae1..7d37fcca5b 100644 --- a/lib/std/math/complex.zig +++ b/lib/std/math/complex.zig @@ -38,7 +38,7 @@ pub fn Complex(comptime T: type) type { /// Imaginary part. im: T, - + /// Deprecated, use init() pub const new = init; |
