We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae85039 commit ab7f2f3Copy full SHA for ab7f2f3
README.md
@@ -233,6 +233,10 @@ endShape();
233
```
234
235
</td></tr>
236
+</table>
237
+
238
+<table>
239
+<tr><th>p5.js 1.x</th><th>p5.js 2.x</th></tr>
240
<tr><td>
241
242
```js
@@ -258,7 +262,7 @@ function setup() {
258
262
// Stop drawing the shape.
259
263
endShape();
260
264
261
- describe('White puzzle piece on a gray background.');
265
+ describe('White puzzle piece on gray background.');
266
}
267
268
</td><td>
@@ -291,7 +295,7 @@ function setup() {
291
295
292
296
293
297
294
298
299
300
301
0 commit comments