Skip to content

Commit

Permalink
Typos in docstrings fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmarek committed Apr 11, 2020
1 parent e402fcc commit 31bca49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/code/condition.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1796,11 +1796,11 @@ CONTROL-ERROR if the restart does not exist.")
(def step-next
"Transfers control to the STEP-NEXT restart associated with the
condition, executing the current form without stepping and continuing
stepping with the next form. Signals CONTROL-ERROR is the restart does
not exists.")
stepping with the next form. Signals CONTROL-ERROR if the restart does
not exist.")
(def step-into
"Transfers control to the STEP-INTO restart associated with the
condition, stepping into the current form. Signals a CONTROL-ERROR is
condition, stepping into the current form. Signals a CONTROL-ERROR if
the restart does not exist."))

;;; Compiler macro magic
Expand Down

0 comments on commit 31bca49

Please sign in to comment.