Skip to content

Commit 7f54c87

Browse files
committed
Notes
1 parent cfa1199 commit 7f54c87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</pre>
1717
<div id="developer-notes" style="display:none">
1818
<hr />
19-
<h2 id="ec-body">Notes</h2>
19+
<h2 id="ec-body">Developer Notes</h2>
2020
<p>My name is Graham Trott and I&#8217;m the author of EasyCoder. I&#8217;m writing this in January 2020 and I&#8217;m currently 71 years old.</p>
2121
<p>If you are reading this it&#8217;s for one of a couple of reasons. You may be curious to see what the page source code looks like, or you may want to build something similar, perhaps long after I&#8217;m no longer available.</p>
2222
<p>Almost all software becomes harder and harder to read the more time passes since it was written. After a few years, even the original author will have some difficulty in figuring out what was done, and anyone coming new to a project will have major trouble in all but the simplest of cases. So these notes are intended to provide a starting point.</p>

resources/ecs/main.ecs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ BuildPage:
195195
create Notes in Main
196196
create ShowNotes in Notes
197197
DoNotes:
198-
set the content of ShowNotes to `Show Notes`
198+
set the content of ShowNotes to `Show Developer Notes`
199199
on click ShowNotes
200200
begin
201201
attach Notes to `developer-notes`
202202
set style `display` of Notes to `block`
203-
set the content of ShowNotes to `Hide Notes`
203+
set the content of ShowNotes to `Hide Developer Notes`
204204
on click ShowNotes
205205
begin
206206
set style `display` of Notes to `none`

0 commit comments

Comments
 (0)