Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
docs: fix variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbirkegaard committed May 25, 2020
1 parent 8285f95 commit 57171e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ let make = () => {
// Use simple (and/or full) for (most) UI feedback
<div>
{switch (_simple) {
{switch (simple) {
| NotCalled
| Data(_) => React.null
| Loading => <div> "Screaming!"->React.string </div>
Expand Down

0 comments on commit 57171e3

Please sign in to comment.