Skip to content

Commit 4935f19

Browse files
Update README.md
1 parent c5b2352 commit 4935f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComplexModule/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module provides approximate feature parity and memory layout compatibility
1010
The usual arithmetic operators are provided for Complex numbers, as well as conversion to and from polar coordinates and many useful properties, plus conformances to the obvious usual protocols: `Equatable`, `Hashable`, `Codable` (if the underlying `RealType` is), and `AlgebraicField` (hence also `AdditiveArithmetic` and `Numeric`).
1111

1212
### Dependencies:
13-
- The `RealModule` module.
13+
- `RealModule`.
1414

1515
## Design notes
1616

0 commit comments

Comments
 (0)