Skip to content

Commit 62fc0dc

Browse files
committed
add more-stack-frames string-constant
1 parent 4e84272 commit 62fc0dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

string-constants-lib/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
(define pkg-authors '(robby))
99

10-
(define version "1.30")
10+
(define version "1.31")

string-constants-lib/string-constants/private/english-string-constants.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,7 @@ please adhere to these guidelines:
15541554
(last-stack-frame "show the last stack frame")
15551555
(last-stack-frames "show the last ~a stack frames")
15561556
(next-stack-frames "show the next ~a stack frames")
1557+
(more-stack-frames "show more stack frames")
15571558

15581559
;;; welcoming message in repl
15591560
(language "Language")

0 commit comments

Comments
 (0)