Reword explanation of update

This commit is contained in:
neuroevolutus 2023-03-11 19:16:05 -06:00
parent 2b1ddb7d6a
commit 241ef6fbab
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
This operator is used to update node values. It can be used in either the: This operator is used to update node values. It can be used in either the:
### plain form: `=` ### plain form: `=`
Which will assign the LHS node values to the RHS node values. The RHS expression is run against the matching nodes in the pipeline. Which will set the LHS node values equal to the RHS node values. The RHS expression is run against the matching nodes in the pipeline.
### relative form: `|=` ### relative form: `|=`
This will do a similar thing to the plain form, however, the RHS expression is run against _the LHS nodes_. This is useful for updating values based on old values, e.g. increment. This will do a similar thing to the plain form, however, the RHS expression is run against _the LHS nodes_. This is useful for updating values based on old values, e.g. increment.

View File

@ -3,7 +3,7 @@
This operator is used to update node values. It can be used in either the: This operator is used to update node values. It can be used in either the:
### plain form: `=` ### plain form: `=`
Which will assign the LHS node values to the RHS node values. The RHS expression is run against the matching nodes in the pipeline. Which will set the LHS node values equal to the RHS node values. The RHS expression is run against the matching nodes in the pipeline.
### relative form: `|=` ### relative form: `|=`
This will do a similar thing to the plain form, however, the RHS expression is run against _the LHS nodes_. This is useful for updating values based on old values, e.g. increment. This will do a similar thing to the plain form, however, the RHS expression is run against _the LHS nodes_. This is useful for updating values based on old values, e.g. increment.