We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9a424 commit b7d56d5Copy full SHA for b7d56d5
1 file changed
user_guide_src/source/outgoing/view_renderer.rst
@@ -118,7 +118,7 @@ Several options can be passed to the ``render()`` or ``renderString()`` methods:
118
- ``cache_name`` - the ID used to save/retrieve a cached view result; defaults to the viewpath; ignored for ``renderString()``
119
- ``saveData`` - true if the view data parameters should be retained for subsequent calls
120
121
-.. note:: ``saveData`` as defined by the interface must be a boolean, but implementing
+.. note:: ``saveData()`` as defined by the interface must be a boolean, but implementing
122
classes (like ``View`` below) may extend this to include ``null`` values.
123
124
***************
0 commit comments