Skip to content

Commit

Permalink
chore: update cspell for abi demonomorphizer (#6258)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
sirasistant authored May 8, 2024
1 parent 0aedd23 commit ce2d43c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
"defi",
"delegatecall",
"delegatecalls",
"demonomorphization",
"demonomorphize",
"demonomorphized",
"demonomorphizer",
"demonomorphizes",
"demonomorphizing",
"deregistration",
"devex",
"devnet",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Demonomorphizer {
}

/**
* Demononomorphizes a struct, by demonomorphizing its dependencies first.
* Demonomorphizes a struct, by demonomorphizing its dependencies first.
* Then it'll unify the types of the variants generating a unique generic type.
* It'll also generate args that instantiate the generic type with the concrete arguments for each variant.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class TypingsGenerator {
this.demonomorphizedAbis.push({ circuitName, params });
}
}
// Demononmorphize the types
// Demonomorphize the types
Demonomorphizer.demonomorphize(this.allTypes);
}

Expand Down

0 comments on commit ce2d43c

Please sign in to comment.