From b0534cc2e587c5fefae57dd19a4a31e190fdccf0 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 1 Nov 2023 17:25:59 +0900 Subject: [PATCH] docs: fix incorrect description Co-authored-by: Michal Sniatala --- user_guide_src/source/outgoing/view_cells.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/outgoing/view_cells.rst b/user_guide_src/source/outgoing/view_cells.rst index da60d6644d8a..f940bc99ea17 100644 --- a/user_guide_src/source/outgoing/view_cells.rst +++ b/user_guide_src/source/outgoing/view_cells.rst @@ -26,8 +26,8 @@ Calling a View Cell No matter which type of View Cell you are using, you can call it from any view by using the ``view_cell()`` helper function. -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, -and the second parameter is an array of parameters to pass to the method: +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, +and the second parameter is an array or string of parameters to pass to the method: .. literalinclude:: view_cells/001.php