Skip to content

Commit

Permalink
Fix small typo: arugments -> arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro del Castillo authored Oct 30, 2016
1 parent 4755a39 commit f39fd65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>Expressions and expressing yourself</h3>
</tr>
<tr>
<td><code>.es(*).color(#f66).lines(fill=3), .es(US).bars(1).points(radius=3, weight=1)</code></td>
<td><strong>Wooo expressions.</strong> In the last example we used un-named arguments to <code>color()</code> and <code>bars</code>, which rely on the arguments position in a comma separated list. We can use named arugments to make expressions easier to read and arguments easier to remember.</td>
<td><strong>Wooo expressions.</strong> In the last example we used un-named arguments to <code>color()</code> and <code>bars</code>, which rely on the arguments position in a comma separated list. We can use named arguments to make expressions easier to read and arguments easier to remember.</td>
</tr>
<tr>
<td><code>(.es(*), .es(GB)).points()</code></td>
Expand Down

0 comments on commit f39fd65

Please sign in to comment.