Skip to content

Commit

Permalink
Merge pull request #2 from jaynewstrom/master
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
zachmargolis committed Oct 14, 2014
2 parents 14c8773 + 4d923c5 commit ebbbdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z02-parts-of-a-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ we translate values from one coordinate to another.
{% highlight javascript %}
y(0); // in: $0
// 200 // out: 200px (bottom of graph)
y(80); // in: $0
y(80); // in: $80
// 0 // out: 0px (top of graph)
{% endhighlight %}
</div>
Expand Down

0 comments on commit ebbbdaa

Please sign in to comment.