Fix typo.

As reported by https://github.com/paperjs/paperjs.org/pull/7
This commit is contained in:
Jürg Lehni 2014-10-02 01:03:39 +02:00
parent 139adc72de
commit 47c225a782

View file

@ -14,7 +14,7 @@
* @name Size * @name Size
* *
* @class The Size object is used to describe the size or dimensions of * @class The Size object is used to describe the size or dimensions of
* somethign, through its {@link #width} and {@link #height} properties. * something, through its {@link #width} and {@link #height} properties.
* *
* @classexample * @classexample
* // Create a size that is 10pt wide and 5pt high, * // Create a size that is 10pt wide and 5pt high,