Skip to content

Commit cd95afd

Browse files
committed
* Update Notes example: Revise comments
1 parent 5ef2a86 commit cd95afd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/35_notes.ring

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ func handleGetInitialNotes(id, req)
652652
# Handles requests from JavaScript to get the initial application settings.
653653
func handleGetInitialSettings(id, req)
654654
see "Ring: JavaScript requested initial settings." + nl
655-
# Create a Ring object structure instead of building JSON manually
655+
# Create a Ring list structure
656656
aSettingsObj = []
657657
for aSetting in aSettings
658658
# Add each setting as a key-value pair in the object
@@ -710,7 +710,7 @@ func handleDeleteNote(id, req)
710710
# Helper Functions
711711

712712
func build_notes_json()
713-
# Create a Ring list structure instead of building JSON manually
713+
# Create a Ring list structure
714714
aNotesList = []
715715
for i = 1 to len(aNotes)
716716
aNote = aNotes[i]

0 commit comments

Comments
 (0)