add integer note to each parameter

This commit is contained in:
Vanessa Yuen 2017-06-13 11:51:55 -07:00 committed by GitHub
parent 1f73942922
commit cd28bdd815

View file

@ -1,8 +1,6 @@
# Rectangle Object # Rectangle Object
* `x` Number - The x coordinate of the origin of the rectangle * `x` Number - The x coordinate of the origin of the rectangle (must be an integer)
* `y` Number - The y coordinate of the origin of the rectangle * `y` Number - The y coordinate of the origin of the rectangle (must be an integer)
* `width` Number * `width` Number - The width of the rectangle (must be an integer)
* `height` Number * `height` Number - The height of the rectangle (must be an integer)
Note numeric values must be integers.