Skip to content

Commit f5c706d

Browse files
committed
Do the same thing for horizontal alignment
1 parent 9b5de17 commit f5c706d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/type/textCore.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@ function textCore(p5, fn) {
227227
* @method textAlign
228228
* @for p5
229229
* @param {LEFT|CENTER|RIGHT} horizAlign horizontal alignment
230-
* CENTER, or RIGHT.
231-
* @param {Constant} [vertAlign] vertical alignment, either TOP,
232-
* BOTTOM, CENTER, or BASELINE.
230+
* @param {TOP|BOTTOM|CENTER|BASELINE} [vertAlign] vertical alignment
233231
* @example
234232
* <div>
235233
* <code>

0 commit comments

Comments
 (0)