Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another unnecessary parenthesis
  • Loading branch information
DelazJ authored and github-actions[bot] committed Apr 10, 2023
1 parent 4e33ef0 commit 12815e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/is_selected
Expand Up @@ -22,7 +22,7 @@
"expression": "is_selected(@atlas_feature)",
"returns": "TRUE if the current atlas feature is selected."
}, {
"expression": "is_selected(get_feature('streets', 'name', 'Main St.')))",
"expression": "is_selected(get_feature('streets', 'name', 'Main St.'))",
"returns": "TRUE if the unique named \"Main St.\" feature on the active \"streets\" layer is selected."
}, {
"expression": "is_selected(get_feature_by_id('streets', 1))",
Expand Down

0 comments on commit 12815e0

Please sign in to comment.