Skip to content

Commit cc48242

Browse files
authored
Merge pull request #2766 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 73e9022 + 07a22c7 commit cc48242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/portals/liquid/liquid-conditional-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When used in conditional statements (**if**,**unless**), some Liquid values will
1818
In Liquid, null and the Boolean value false are treated as false;everything else is treated as true. Empty strings, empty arrays, etc. are treated as true. For examples,
1919

2020
```
21-
{% assign empty_string = %}
21+
{% assign empty_string = "" %}
2222
{% if empty_string %}
2323
<p>This will render.</p>
2424
{% endif %}

0 commit comments

Comments
 (0)