Skip to content

Commit

Permalink
fixes source-academy#766 with a hack
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz committed Apr 30, 2022
1 parent dc83a84 commit 8d2929f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/chapter1/section3/subsection2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ const plus4 = x => x + 4;
<WEB_ONLY>
<SNIPPET EVAL="no">
<JAVASCRIPT>
x => x + 4
// read as: ^ ^ ^ ^ ^
// x => x + 4
// ^ ^ ^ ^ ^
// the function of an argument x that results in the value plus 4
</JAVASCRIPT>
</SNIPPET>
Expand Down

0 comments on commit 8d2929f

Please sign in to comment.