Skip to content

Commit 4506917

Browse files
committed
typo.
1 parent 95e9441 commit 4506917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComplexModule/Documentation.docc/ComplexModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ let b = 2*a
7171
`b` ought to have type `Double`, but if we did have a Complex-by-Real `*`
7272
operation, `2*a` would either be ambiguous (if there were no type context),
7373
or be inferred to have type `Complex<Double>` (if the expression appeared
74-
in the context of an extension defined on `Compex`).
74+
in the context of an extension defined on `Complex`).

0 commit comments

Comments
 (0)