Skip to content

Commit

Permalink
chore: update router-utils.ts
Browse files Browse the repository at this point in the history
existance -> existence
  • Loading branch information
eltociear authored Aug 15, 2024
1 parent 331814d commit ba191ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy-sdk/whirlpool/src/router/public/router-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export type RouteSelectOptions = {
export class RouterUtils {
/**
* Selects the best executable route from a list of routes using the current execution environment.
* The wallet support type, available ATA accounts, existance of lookup tables all effect the transaction size
* The wallet support type, available ATA accounts, existence of lookup tables all effect the transaction size
* and eligibility of a route.
*
* @param ctx The {@link WhirlpoolContext} that represents the current execution environment
Expand Down

0 comments on commit ba191ee

Please sign in to comment.