5297c3f5f211e5da98259549acef65af75d723f1
Misc/Moelang.md
| ... | ... | @@ -30,7 +30,7 @@ module Complex |
| 30 | 30 | im: Float |
| 31 | 31 | end |
| 32 | 32 | |
| 33 | - func conjugate -> Complex(c: Complex) |
|
| 33 | + func conjugate -\> Complex(c: Complex) |
|
| 34 | 34 | return Complex { |
| 35 | 35 | re=c.re, |
| 36 | 36 | im=-c.im, |