Skip to content

Commit

Permalink
Fix a typo according to pull request #107
Browse files Browse the repository at this point in the history
commit: f3d7668 upstream

One typo: *intented* has been fixed => *intended*.

fixed-by: Juanito Fatas Huang <katehuang0320@gmail.com>
  • Loading branch information
JuanitoFatas committed May 21, 2012
1 parent 2840ece commit dcde7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -562,7 +562,7 @@ You can generate a PDF or an HTML copy of this guide using
assignment with parenthesis.

```Ruby
# good - shows intented use of assignment
# good - shows intended use of assignment
if (v = array.grep(/foo/)) ...
# bad
Expand Down

0 comments on commit dcde7b5

Please sign in to comment.