Skip to content

Commit f27f41e

Browse files
committed
Update Hello.tsx
1 parent 2250391 commit f27f41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hexalang.github.io/src/book/pages/Hello.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const Article = () => {
5555
<p>Same within code editor:</p>
5656

5757
<ul>
58-
<li>Sublime Text — …TODO</li>
58+
<li>Sublime Text — …{false && 'TODO'}</li>
5959
</ul>
6060

6161
<p>Expected output:</p>
@@ -155,7 +155,7 @@ hello("people of the Earth") // -> prints "Hello, people of the Earth"`} />
155155
// ^ [hello.hexa:8:7]
156156
123456789 // column numbers`} />
157157

158-
<p>TODO## Level 2 - file system, useful stuff level 3, read repl from keyboard coz classic</p>
158+
<p>{false && 'TODO ## Level 2 - file system, useful stuff level 3, read repl from keyboard coz classic'}</p>
159159
</>
160160
)
161161
}

0 commit comments

Comments
 (0)