Skip to content

Commit 9041ca8

Browse files
authored
Fix typo: undead -> unread
1 parent 82be893 commit 9041ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Example:
109109
```
110110
emails = Number of unread emails { $unreadEmails }
111111
112-
emails2 = Number of unread emails { NUMBER($undeadEmails) }
112+
emails2 = Number of unread emails { NUMBER($unreadEmails) }
113113
```
114114

115115
Numbers used as selectors in select expressions will match the number exactly

0 commit comments

Comments
 (0)