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 21a9f5b commit 4e2be2dCopy full SHA for 4e2be2d
docs/reference/src/components/cairo/modules/language_constructs/pages/aliases.adoc
@@ -27,7 +27,7 @@ Examples:
27
[source,cairo]
28
----
29
// Pow implementation for any algebra.
30
-impl AnyAlgebraPow<A, impl AlgImp: Algebra<A>> of Pow<A> { ... }
+impl AnyAlgebraPow<A, impl AlgImpl: Algebra<A>> of Pow<A> { ... }
31
32
// Impl alias for Pow of i32.
33
impl Int32Pow = AnyAlgebraPow<i32, I32Algebra>;
0 commit comments