marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.01k stars 795 forks source link

Ch. 17, Text section, incorrect term #422

Closed dhollinden closed 6 years ago

dhollinden commented 6 years ago

In the sentence

"It will fill the outline of the given text with the current fillColor."

should this be?

""It will fill the outline of the given text with the color currently defined by fillStyle."

Thanks