-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: wrap predicates in curly braces to correct syntax #27323
fix: wrap predicates in curly braces to correct syntax #27323
Conversation
ebc6207
to
d5a28df
Compare
Preview links (active after the
|
Hi @tylfin, I didn't merge this since there's another requested reviewer on it. But once you get the additional approval, you can merge the PR by commenting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
/merge |
Devflow running:
|
What does this PR do? What is the motivation?
This pull request includes a small but important change to the
content/en/dynamic_instrumentation/expression-language.md
file. The change corrects the syntax for predicates in examples to use curly braces{}
properly.content/en/dynamic_instrumentation/expression-language.md
: Corrected the predicate syntax in the examples forany
,all
, andfilter
functions to use curly braces{}
.Manually tested the
any
,all
, andfilter
methods against a dogfood environment with the correct syntax (Java app).Merge instructions
Merge readiness:
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes