Skip to content

Commit

Permalink
Merge pull request #200 from axkr/master
Browse files Browse the repository at this point in the history
Fix typo "Varibles"
  • Loading branch information
corywalker committed Aug 18, 2023
2 parents 86aa8ad + 117cd3a commit 6de6ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expreduce/resources/power.m
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 6de6ab5

Please sign in to comment.