Skip to content

Commit 7668bd8

Browse files
committed
Remove explicit {any} types
1 parent f5c706d commit 7668bd8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/type/textCore.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,9 +1056,9 @@ function textCore(p5, fn) {
10561056
* @for p5
10571057
*
10581058
* @param {String} prop - The name of the text property to set or get.
1059-
* @param {any} value - The value to set for the specified text property. If omitted, the current
1059+
* @param value - The value to set for the specified text property. If omitted, the current
10601060
* value of the property is returned
1061-
* @returns {any} If no arguments are provided, the current value of the specified text property
1061+
* @returns If no arguments are provided, the current value of the specified text property
10621062
*
10631063
* @example
10641064
* <div>
@@ -1094,7 +1094,7 @@ function textCore(p5, fn) {
10941094
* @method textProperty
10951095
* @for p5
10961096
* @param {String} prop - The name of the text property to set or get.
1097-
* @returns {any} The current value of the specified text property
1097+
* @returns The current value of the specified text property
10981098
*/
10991099

11001100
/**

0 commit comments

Comments
 (0)