You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/reference/es.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1542,12 +1542,12 @@
1542
1542
},
1543
1543
"createButton": {
1544
1544
"description": [
1545
-
"Creates a <button></button> element in the DOM. Use .size() to set the display size of the button. Use .mousePressed() to specify behavior on press."
1545
+
"Crea un elemento <button></button> en el DOM. Utiliza .size() para establecer el tamaño de visualización del botón. Usa .mousePressed() para especificar el comportamiento al pulsarlo."
1546
1546
],
1547
-
"returns": "p5.Element: pointer to <a href=\"#/p5.Element\">p5.Element</a> holding created node",
1547
+
"returns": "p5.Element: apunta a <a href=\"#/p5.Element\">p5.Element</a> que contiene el nodo creado",
0 commit comments