Skip to content

Commit 4e2be2d

Browse files
authored
fix: alias example wording in impl aliases page (#9023)
1 parent 21a9f5b commit 4e2be2d

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/src/components/cairo/modules/language_constructs/pages

1 file changed

+1
-1
lines changed

docs/reference/src/components/cairo/modules/language_constructs/pages/aliases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Examples:
2727
[source,cairo]
2828
----
2929
// Pow implementation for any algebra.
30-
impl AnyAlgebraPow<A, impl AlgImp: Algebra<A>> of Pow<A> { ... }
30+
impl AnyAlgebraPow<A, impl AlgImpl: Algebra<A>> of Pow<A> { ... }
3131

3232
// Impl alias for Pow of i32.
3333
impl Int32Pow = AnyAlgebraPow<i32, I32Algebra>;

0 commit comments

Comments
 (0)