File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments