Skip to content

Commit 037c72f

Browse files
committed
Merge branch 'next'
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2 parents 6500f5a + abea823 commit 037c72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/picom.1.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ With greater-than/less-than operators it looks like:
302302

303303
'OPERATOR' is one of `=` (equals), `<`, `>`, `<=`, `=>`, or nothing (exists). Exists operator checks whether a property exists on a window (but for predefined targets, exists means != 0 then).
304304

305-
'PATTERN' is either an integer or a string enclosed by single or double quotes. Python-3-style escape sequences and raw string are supported in the string format.
305+
'PATTERN' is either an integer or a string enclosed by single or double quotes. Python-3-style escape sequences are supported in the string format.
306306

307307
Supported logical operators are `&&` (and) and `||` (or). `&&` has higher precedence than `||`, left-to-right associativity. Use parentheses to change precedence.
308308

0 commit comments

Comments
 (0)