Procházet zdrojové kódy

Fix weird typo thing

Samuel W. Flint před 6 roky
rodič
revize
0b5828e59b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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