Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Oct 23, 2023
1 parent 0042f71 commit b08dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-lib-std/src/math.sw
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl Power for u256 {
return one;
}

let mut exp = exponentgi;
let mut exp = exponent;
let mut base = self;
let mut acc = one;

Expand Down

0 comments on commit b08dc50

Please sign in to comment.