Skip to content

Commit b0534cc

Browse files
kenjismichalsn
andauthored
docs: fix incorrect description
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent 7a04c51 commit b0534cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/outgoing/view_cells.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Calling a View Cell
2626

2727
No matter which type of View Cell you are using, you can call it from any view by using the ``view_cell()`` helper function.
2828

29-
The first parameter is (1) *the name of the class and method* (Simple Cell) or (2) *the name of the class* (Controlled Cell) to call,
30-
and the second parameter is an array of parameters to pass to the method:
29+
The first parameter is (1) *the name of the class and method* (Simple Cell) or (2) *the name of the class and optional method* (Controlled Cell) to call,
30+
and the second parameter is an array or string of parameters to pass to the method:
3131

3232
.. literalinclude:: view_cells/001.php
3333

0 commit comments

Comments
 (0)