Skip to content

Commit 1298c24

Browse files
Update middleware docs
1 parent 6ac157a commit 1298c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/modules/ROOT/pages/nrepl-api/ops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Returns::
832832

833833
=== `inspect-toggle-view-mode`
834834

835-
Toggles the viewing mode of the inspector. This influences the way how inspector is rendering the current value. ``:normal`` is the default. When view mode is ``:object``, any value will be rendered as a Java object (fields shown as is).
835+
Toggles the viewing mode of the inspector. This influences the way how inspector is rendering the current value. ``:normal`` is the default. When view mode is ``:object``, any value will be rendered as a Java object (fields shown as is). View mode is automatically reset back to normal when navigating to child values.
836836

837837
Required parameters::
838838
* `:session` The current session

src/cider/nrepl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ if applicable, and re-render the updated value."
344344
"view-mode" "Mode of viewing the value - either `:normal` or `:object`"}
345345
:returns inspector-returns}
346346
"inspect-toggle-view-mode"
347-
{:doc "Toggles the viewing mode of the inspector. This influences the way how inspector is rendering the current value. `:normal` is the default. When view mode is `:object`, any value will be rendered as a Java object (fields shown as is)."
347+
{:doc "Toggles the viewing mode of the inspector. This influences the way how inspector is rendering the current value. `:normal` is the default. When view mode is `:object`, any value will be rendered as a Java object (fields shown as is). View mode is automatically reset back to normal when navigating to child values."
348348
:requires {"session" "The current session"}
349349
:returns inspector-returns}
350350
"inspect-next-page"

0 commit comments

Comments
 (0)