changeset 22:8992278bf399 tip

typo corrected, thanks to a reader.
author Robert McIntyre <rlm@mit.edu>
date Sun, 20 Sep 2015 11:25:30 -0700
parents f88b7d2c25d9
children
files org/lpsolve.org org/types.org
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/lpsolve.org	Tue Sep 17 17:42:51 2013 -0400
     1.2 +++ b/org/lpsolve.org	Sun Sep 20 11:25:30 2015 -0700
     1.3 @@ -125,8 +125,6 @@
     1.4  
     1.5  Running the =lp_solve= program on =farmer.lp= yields the following output.
     1.6  
     1.7 -lol
     1.8 -
     1.9  #+begin_src sh :exports both :results scalar
    1.10  lp_solve ~/proj/pokemon-types/lp/farmer.lp
    1.11  #+end_src
     2.1 --- a/org/types.org	Tue Sep 17 17:42:51 2013 -0400
     2.2 +++ b/org/types.org	Sun Sep 20 11:25:30 2015 -0700
     2.3 @@ -35,7 +35,7 @@
     2.4     is doubled when it is used against a Fire type pok\eacute{}mon.
     2.5  
     2.6   - The susceptibility of Water types against Water attacks is
     2.7 -   $\frac{1}{2}$, because Water type attacks are strong against Water
     2.8 +   $\frac{1}{2}$, because Water type attacks are weak against Water
     2.9     type Pok\eacute{}mon. The damage that a Water type attack normally
    2.10     does is halved when it is used against a Water type
    2.11     pok\eacute{}mon.