Skip to content

Commit

Permalink
Merge branch 'master' into corywalker
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Aug 19, 2023
2 parents 6538bef + 6de6ab5 commit 8b43f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Expreduce
[![Build Status](https://travis-ci.org/corywalker/expreduce.svg?branch=master)](https://travis-ci.org/corywalker/expreduce)
[![Go](https://github.com/corywalker/expreduce/actions/workflows/go.yml/badge.svg)](https://github.com/corywalker/expreduce/actions/workflows/go.yml)

This software is experimental quality and is not currently intended for serious use. There are plenty of more mature open source computer algebra systems to use instead.

Expand Down
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 8b43f0e

Please sign in to comment.