Skip to content

Commit f09535d

Browse files
author
Jeff Escalante
committed
correct small error
1 parent 3d04646 commit f09535d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ Anything in the `condition` attribute is evaluated directly as an expression.
149149
It should be noted that this is slightly cleaner-looking if you are using the [SugarML parser](https://github.com/posthtml/sugarml). But then again so is every other part of html.
150150

151151
```sml
152-
if(condition="'foo' === 'bar'")
152+
if(condition="foo === 'bar'")
153153
p Foo really is bar! Revolutionary!
154-
elseif(condition="'foo' === 'wow'")
154+
elseif(condition="foo === 'wow'")
155155
p Foo is wow, oh man.
156156
else
157157
p Foo is probably just foo in the end.

0 commit comments

Comments
 (0)