Skip to content

Commit

Permalink
Fix typo "Varibles"
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Aug 18, 2023
1 parent 86aa8ad commit 117cd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expreduce/resources/power.m
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
ExpreduceFactorConstant[e_] := e;
Attributes[ExpreduceFactorConstant] = {Protected};

Varibles::usage = "`Variables[expr]` returns the variables in `expr`.";
Variables::usage = "`Variables[expr]` returns the variables in `expr`.";
Variables[s_Symbol] := {s};
Variables[s_^p_Integer] := Variables[s];
Variables[s_^p_Rational] := Variables[s];
Expand Down

0 comments on commit 117cd3a

Please sign in to comment.