Skip to content

Commit e2b3523

Browse files
committed
minor doc improvement
1 parent cc3645c commit e2b3523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/life-cycle-hooks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ first render of an element, but will be disregarded in all following renders:
7979

8080
.. code-block::
8181
82-
state, set_state = use_state(lambda: some_expensive_computation(*args, **kwargs))
82+
state, set_state = use_state(lambda: some_expensive_computation(a, b, c))
8383
8484
8585
Skipping Updates

0 commit comments

Comments
 (0)