1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-04 02:53:27 +00:00

Fix typo.

This commit is contained in:
Calvin Rose 2018-12-13 21:16:04 -05:00
parent dfb771700a
commit df13a8b967

View File

@ -271,8 +271,8 @@ static const JanetReg cfuns[] = {
"Set a breakpoint in a given function. pc is an optional offset, which " "Set a breakpoint in a given function. pc is an optional offset, which "
"is in bytecode instructions. fun is a function value. Will throw an error " "is in bytecode instructions. fun is a function value. Will throw an error "
"if the offset is too large or negative."}, "if the offset is too large or negative."},
{"debug/funbreak", cfun_unfbreak, {"debug/unfbreak", cfun_unfbreak,
"(debug/fbreak fun [,pc=0])\n\n" "(debug/unfbreak fun [,pc=0])\n\n"
"Unset a breakpoint set with debug/fbreak."}, "Unset a breakpoint set with debug/fbreak."},
{"debug/arg-stack", cfun_argstack, {"debug/arg-stack", cfun_argstack,
"(debug/arg-stack fiber)\n\n" "(debug/arg-stack fiber)\n\n"