Skip to content

Commit

Permalink
This is probably why they want us to provide a linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tigt committed Jan 19, 2023
1 parent ddfca26 commit c5f4c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/1-reactivity/2-update-state/marko/Name.marko
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<let/name="John"/>
<let/name = "John"/>
<effect() { name = "Jane" }/>
<h1>Hello ${name}</h1>

0 comments on commit c5f4c48

Please sign in to comment.