We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f8104 commit 3dbee65Copy full SHA for 3dbee65
Sources/ComplexModule/Documentation.docc/ComplexModule.md
@@ -71,4 +71,4 @@ let b = 2*a
71
`b` ought to have type `Double`, but if we did have a Complex-by-Real `*`
72
operation, `2*a` would either be ambiguous (if there were no type context),
73
or be inferred to have type `Complex<Double>` (if the expression appeared
74
-in the context of an extension defined on `Compex`).
+in the context of an extension defined on `Complex`).
0 commit comments