Skip to content

Commit 14e079d

Browse files
Update exercises/complex-numbers/description.md
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
1 parent 7d46dcc commit 14e079d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/complex-numbers/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A **complex number** is expressed in the form `z = a + b * i`, where:
66

77
- `b` is the **imaginary part** (also a real number), and
88

9-
- `i` is the imaginary unit satisfying `i^2 = -1`.
9+
- `i` is the **imaginary unit** satisfying `i^2 = -1`.
1010

1111
## Key Properties
1212

0 commit comments

Comments
 (0)