We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56104 commit 7ea3008Copy full SHA for 7ea3008
README.md
@@ -87,4 +87,4 @@ Use with postconditional expressions, or other flow control statements:
87
w:$$$Debug "debugging"
88
if $$$Debug { w "debugging" } else { w "not debugging"}
89
90
-Also available are $$$Public and $$$Private macros. Evaluates to true based on request port (80 and 443 is public, private otherwise).
+Also available are $$$Public and $$$Private macros. Evaluates to true based on request port (80 and 443 are public, private otherwise).
0 commit comments