Browse Source

Fix weird typo thing

Samuel W. Flint 4 years ago
parent
commit
0b5828e59b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      larcs.org

+ 1 - 1
larcs.org

@@ -1269,7 +1269,7 @@ A Polynomial Term is a bit more complex than the previous two, the rewrite rule
 
  - The power is equal to 1. :: The coefficient is returned.
  - The power is equal to 2. :: The coefficient times the variable (in symbolic form) is returned.
- - The power is greater than 2. :: This comes in the form of $(nm)x^{^}{(n-1)}$.
+ - The power is greater than 2. :: This comes in the form of $(nm)x^{(n-1)}$.
 
 #+Caption: Polynomial Terms
 #+Name: sd-polynomial-terms