Skip to content

Commit fd2da68

Browse files
committed
Update : Tweak description.
1 parent f6e6b5e commit fd2da68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/data/examples/en/22_Advanced_Data/00_Load_Saved_JSON.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @arialabel When the user clicks on the screen, a small white circle appears with a label
44
* @description Create a Bubble class, instantiate multiple bubbles using data from
55
* a JSON file, and display results on the screen.
6-
* Because the web browsers differ in where they save files, we do not make use of
7-
* saveJSON, unlike the Processing example.<br><br>
6+
* Because web browsers differ in where they save files, we do not make use of
7+
* saveJSON(), unlike the Processing example.<br><br>
88
* Based on Daniel Shiffman's <a href="https://processing.org/examples/loadsavejson.html">LoadSaveJSON Example</a> for Processing.
99
*/
1010

src/data/examples/en/22_Advanced_Data/01_Load_Saved_Table.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @arialabel Four white circles with labels
44
* @description Create a Bubble class, instantiate multiple bubbles using data from
55
* a csv file, and display results on the screen.
6-
* Because the web browsers differ in where they save files, we do not make use of
7-
* saveTable, unlike the Processing example.<br><br>
6+
* Because web browsers differ in where they save files, we do not make use of
7+
* saveTable(), unlike the Processing example.<br><br>
88
* Based on Daniel Shiffman's <a href="https://processing.org/examples/loadsavetable.html">LoadSaveTable Example</a> for Processing.
99
*/
1010

0 commit comments

Comments
 (0)