SbloodyS commented on code in PR #9671:
URL: https://github.com/apache/dolphinscheduler/pull/9671#discussion_r859476775


##########
docs/docs/en/guide/parameter/context.md:
##########
@@ -55,7 +55,15 @@ There is only the "id" value. Although the user-defined SQL 
query both "id" and
 ### SHELL
 
 `prop` is user-specified and the direction is `OUT`. The output is defined as 
an export parameter only when the direction is `OUT`. Choose data structures 
for data type according to the scenario, and leave the value part blank.
-The user needs to pass the parameter when creating the shell script, the 
output statement format is `${setValue(key=value)}`, the key is the `prop` of 
the corresponding parameter, and value is the value of the parameter.
+
+The user needs to pass the parameter when creating the shell script, the 
output statement format is `${setValue(key=value)}` or 
`#{setValue(key=value)}`, the key is the `prop` of the corresponding parameter, 
and value is the value of the parameter.

Review Comment:
   The chinese part LGTM. But I think the English part of ```suggestion 
change``` is better. @exmy 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to