changeset 43:6fbe00837fa8

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 01 Jan 2024 15:18:22 -0700
parents 84b97e86f4db
children 5b4d5cf453a8
files src/learn.html.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/learn.html.luan	Fri Dec 29 16:03:59 2023 -0700
+++ b/src/learn.html.luan	Mon Jan 01 15:18:22 2024 -0700
@@ -37,7 +37,7 @@
 
 <p>I reviewed the available text editors and I think <a href="https://www.sublimetext.com/">Sublime Text</a> is the best one available.  So please download it and learn how it works.</p>
 
-<p><a href="https://en.wikipedia.org/wiki/JSON">JSON</a> is the most popular data format.  I think JSON was the last good programming idea from modern culture, developed around 2001, before modern culture became fully depraved.  Do your own research on JSON to understand it.  It is fairly simple.</p>
+<p><a href="https://en.wikipedia.org/wiki/JSON">JSON</a> is the most popular text data format.  I think JSON was the last good programming idea from modern culture, developed around 2001, before modern culture became fully depraved.  Do your own research on JSON to understand it.  It is fairly simple.</p>
 
 <p>I paired Sublime Text with JSON because Sublime Text uses JSON files for its <a href="https://www.sublimetext.com/docs/settings.html">settings</a>.  (Actually not quite pure JSON because it includes comments which are lines starting with "<code>//</code>".)  Experiment with Sublime Text settings to learn more about both Sublime Text and JSON.</p>
 <%