Skip to content

Commit 5cd60b7

Browse files
committed
another minor edit to @state_trigger text
1 parent ea8cbb3 commit 5cd60b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ there is no underlying state variable change, the trigger function is called wit
320320
}
321321
322322
If the trigger function uses ``var_name==None`` as a keyword argument, it can check if it is ``None``
323-
to determined whether it was called immediately or not. Similarly, if it uses the ``kwargs``
323+
to determine whether it was called immediately or not. Similarly, if it uses the ``kwargs``
324324
form, if can check if ``var_name`` is in ``kwargs``.
325325

326326
If ``state_hold`` is specified, the arguments to the trigger function reflect the variable change

0 commit comments

Comments
 (0)