diff options
author | searoso <skaunov@gmail.com> | 2015-01-25 05:06:13 +0300 |
---|---|---|
committer | searoso <skaunov@gmail.com> | 2015-01-25 05:06:13 +0300 |
commit | 3e40335e96eca14affc8b9ad70bbda1c90e09b62 (patch) | |
tree | 143f211f0b5b8e2c08675f11a66093a78ee81452 | |
parent | 209dc039ecc5ee280e5239afe5e2a77a851f795f (diff) |
Update r.html.markdown
-rw-r--r-- | r.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/r.html.markdown b/r.html.markdown index 13fa2654..447db4b3 100644 --- a/r.html.markdown +++ b/r.html.markdown @@ -229,7 +229,7 @@ FALSE != FALSE # FALSE FALSE != TRUE # TRUE # Missing data (NA) is logical, too class(NA) # "logical" -# Use for | and & for logic operations. +# Use | and & for logic operations. # OR TRUE | FALSE # TRUE # AND |