Skip to content

Commit 107ea36

Browse files
author
livecodesam
authored
Update and.lcdoc
Removed the first colon from "leftValue: (bool):" as the "(bool):" part was appearing in the wrong place in the entry and "rightValue (bool):", which displays correctly, doesn't have it.
1 parent 66c5e9b commit 107ea36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dictionary/operator/and.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ local myCount
2727
if the shiftKey is down and myCount > 1 then exit mouseUp
2828

2929
Parameters:
30-
leftValue: (bool):
30+
leftValue (bool):
3131
leftValue is true or false, or an expression that evaluates to
3232
true or false.
3333

0 commit comments

Comments
 (0)