changeset 14:ecb6e3f9b7d6

minor edits
author Robert McIntyre <rlm@mit.edu>
date Sun, 05 Feb 2012 11:17:14 -0700
parents e1b7ef479bd1
children da4c47650d38
files org/lpsolve.org
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/lpsolve.org	Sun Feb 05 11:11:07 2012 -0700
     1.2 +++ b/org/lpsolve.org	Sun Feb 05 11:17:14 2012 -0700
     1.3 @@ -832,7 +832,7 @@
     1.4  
     1.5  Ghost and Psychic are a powerful dual type combo in the original games,
     1.6  due to a glitch which made Psychic immune to Ghost type attacks, even
     1.7 -though the game claims that Ghost is strong to Psychic.
     1.8 +though the game claims that Ghost is strong against Psychic.
     1.9  
    1.10  #+begin_src clojure :results verbatim :exports both
    1.11  (pokemon.lpsolve/solution (pokemon.lpsolve/best-attack-type))
    1.12 @@ -1275,8 +1275,8 @@
    1.13  
    1.14  * Summary
    1.15  
    1.16 -Overall, the pok\eacute{}mon type system is slanted more towards
    1.17 -defense rather than offense.  While it is possible to create superior
    1.18 +Overall, the pok\eacute{}mon type system is slanted towards defense
    1.19 +rather than offense.  While it is possible to create superior
    1.20  defensive types and exceptionally weak attack types, it is not
    1.21  possible to create exceptionally weak defensive types or very powerful
    1.22  attack types.
    1.23 @@ -1290,7 +1290,6 @@
    1.24  to a particular problem, such as all the pokemon type combinations of
    1.25  length 8 which are immortal defense types.
    1.26  
    1.27 -
    1.28  * COMMENT main-program
    1.29  #+begin_src clojure :tangle ../src/pokemon/lpsolve.clj :noweb yes :exports none
    1.30  <<intro>>