diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-12-04 17:05:51 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-12-06 16:20:50 +0000 |
commit | e66db486ffa57a1ce68a85ab6cb7bfbb05e260b8 (patch) | |
tree | aa8edd5c1d3e8cfaec2940b8ba2b53520010e21b /lessons/src/lesson000_hello_world/text.html | |
parent | f90bf50bfa7803494a3f0b6add214bfa980f6573 (diff) | |
download | tour-e66db486ffa57a1ce68a85ab6cb7bfbb05e260b8.tar.gz tour-e66db486ffa57a1ce68a85ab6cb7bfbb05e260b8.zip |
Start content
Diffstat (limited to 'lessons/src/lesson000_hello_world/text.html')
-rw-r--r-- | lessons/src/lesson000_hello_world/text.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lessons/src/lesson000_hello_world/text.html b/lessons/src/lesson000_hello_world/text.html index 46e3fc2..cb41be9 100644 --- a/lessons/src/lesson000_hello_world/text.html +++ b/lessons/src/lesson000_hello_world/text.html @@ -10,8 +10,8 @@ <p> The tour is interactive! The code shown is editable and will be compiled and evaluated as you type. Anything you print using <code>io.println</code> or - <code>io.debug</code> will be shown in the lower right, along with any compile - errors and warnings. To evaluate Gleam code the tour compiles Gleam to + <code>io.debug</code> will be shown in the bottom section, along with any + compile errors and warnings. To evaluate Gleam code the tour compiles Gleam to JavaScript and runs it, all entirely within your browser window. </p> <p> |