You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/debugging/inspector.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ You'll have access to additional keybindings in the inspector buffer
59
59
| Set a new maximum length above which nested atoms (non-collections) are truncated
60
60
61
61
| kbd:[d]
62
-
| Defines a var in the REPL namespace with current inspector value. If you tend to always choose the same name, you way want to set the `cider-inspector-preferred-var-names` customization option.
62
+
| Defines a var in the REPL namespace with current inspector value. If you tend to always choose the same name, you may want to set the `cider-inspector-preferred-var-names` customization option.
63
63
|===
64
64
65
65
== Configuration
@@ -82,7 +82,7 @@ frame.
82
82
83
83
Starting from CIDER 1.8.0, when you define a var using kbd:[d],
84
84
a var name can be suggested (default none). You can customize this value
85
-
via the `cider-inspector-preferred-var-names` configuration option.
85
+
via the `cider-inspector-preferred-var-names` configuration option.
86
86
Even after setting it, you are free to choose new names on the fly,
87
87
as you type. Most recent names will take priority in subsequent usages.
0 commit comments