diff options
author | N.N. <ricardofabbri@users.sourceforge.net> | 2011-10-26 20:26:09 +0000 |
---|---|---|
committer | N.N. <ricardofabbri@users.sourceforge.net> | 2011-10-26 20:26:09 +0000 |
commit | 47349306814011002b2a2dcc1f899e226300fa33 (patch) | |
tree | 487690caee9cf802bf046629fc5be8a65f5569e2 /doc/tutorials | |
parent | eb1ccc0cd0dca68e9ba1547487bb638d4e427a6c (diff) |
more tiny typo fixes
svn path=/trunk/; revision=15656
Diffstat (limited to 'doc/tutorials')
-rw-r--r-- | doc/tutorials/intro/39.init_to_0.pd | 2 | ||||
-rw-r--r-- | doc/tutorials/intro/43.EXERCISE-help_americans.pd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorials/intro/39.init_to_0.pd b/doc/tutorials/intro/39.init_to_0.pd index 1d1c4c80..feed14a1 100644 --- a/doc/tutorials/intro/39.init_to_0.pd +++ b/doc/tutorials/intro/39.init_to_0.pd @@ -17,7 +17,7 @@ #X obj 414 241 trigger float; #X text 47 170 Here are a few examples:; #X text 32 78 Objects are automatically initialized to 0 in Pd. If -there is no value specified \, then the value will be 0 This only applies +there is no value specified \, then the value will be 0. This only applies to places where numeric atoms are used.; #X connect 1 0 5 0; #X connect 2 0 6 0; diff --git a/doc/tutorials/intro/43.EXERCISE-help_americans.pd b/doc/tutorials/intro/43.EXERCISE-help_americans.pd index c122bd5d..56b6fb45 100644 --- a/doc/tutorials/intro/43.EXERCISE-help_americans.pd +++ b/doc/tutorials/intro/43.EXERCISE-help_americans.pd @@ -2,5 +2,5 @@ #X obj 11 10 cnv 15 600 40 empty empty EXERCISE-help_americans 20 12 0 24 -262131 -66577 0; #X text 19 64 Help the poor Americans to understand Celsius. The formulas -are C = (5/9) * (F-32) and F = (9/5 * C) + 32 Try not to use [expr] +are C = (5/9) * (F-32) and F = (9/5 * C) + 32. Try not to use [expr] \, but instead use individual Pd objects for each math operation.; |