Skip to content

Commit d472a6c

Browse files
authored
spelling/grammar fix in dap-terminated-hook docstring (#492)
Fixes two small typos that I ran across when configuring `dap-mode`. Thanks for writing such a cool package!
1 parent 685168e commit d472a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ based on DAP protocol category."
149149
(defcustom dap-terminated-hook nil
150150
"List of functions to be called after a debug session has been terminated.
151151
152-
The functions will received the debug dession that
152+
The functions will receive the debug session that
153153
has been terminated."
154154
:type 'hook
155155
:group 'dap-mode)

0 commit comments

Comments
 (0)