Skip to content

Commit 5fb54d4

Browse files
DelazJnyalldawson
authored andcommittedApr 11, 2023
Another unnecessary parenthesis
1 parent 3d2fc9d commit 5fb54d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/function_help/json/is_selected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"expression": "is_selected(@atlas_feature)",
2323
"returns": "TRUE if the current atlas feature is selected."
2424
}, {
25-
"expression": "is_selected(get_feature('streets', 'name', 'Main St.')))",
25+
"expression": "is_selected(get_feature('streets', 'name', 'Main St.'))",
2626
"returns": "TRUE if the unique named \"Main St.\" feature on the active \"streets\" layer is selected."
2727
}, {
2828
"expression": "is_selected(get_feature_by_id('streets', 1))",

0 commit comments

Comments
 (0)
Please sign in to comment.