Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 6ebcca8

Browse files
committed
Merge pull request #43 from jasonkliu/gh-pages
Fix front-page static code integer inference section
2 parents a93dcea + 92236c3 commit 6ebcca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Featuring</h2>
8181
// `*` or `/` means multiply or divide by 2</span>
8282

8383
<span class='kw'>let</span> program = <span class='string'>"+ + * - /"</span>;
84-
<span class='kw'>let</span> <span class='kw'>mut</span> accumulator = <span class='number'>0</span>;
84+
<span class='kw'>let</span> <span class='kw'>mut</span> accumulator = <span class='number'>0i</span>;
8585

8686
<span class='kw'>for</span> token in program.chars() {
8787
<span class='kw'>match</span> token {

0 commit comments

Comments
 (0)