Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Cisphyx committed Jan 6, 2025
1 parent 9a315af commit c4712c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/synapse/userguides/storm_ref_data_mod.rstorm
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ See the :ref:`type-syn-tag` section of the :ref:`storm-ref-type-specific` for ad
Conditional Edit Operators
++++++++++++++++++++++++++

The conditional edit operators ( ``*unset=`` and ``*$<varvalue>=`` ) can be used to only set properties when certain
The conditional edit operators ( ``*unset=`` and ``*$<varname>=`` ) can be used to only set properties when certain
conditions are met.

The ``*unset=`` operator will only set a property when it does not already have a value to prevent overwriting
Expand Down Expand Up @@ -340,7 +340,7 @@ The same syntax is used to apply a new property or modify an existing property.

*<query>* **[ :** *<prop>* ***unset=** | ***unset?** *<pval>* ... **]**

*<query>* **[ :** *<prop>* ***$<varvalue>=** | ***$<varvalue>?=** *<pval>* ... **]**
*<query>* **[ :** *<prop>* ***$<varname>=** | ***$<varname>?=** *<pval>* ... **]**

.. TIP::

Expand Down

0 comments on commit c4712c9

Please sign in to comment.