From df13a8b9671127880d93b78ad85771d9d8284f57 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 13 Dec 2018 21:16:04 -0500 Subject: [PATCH] Fix typo. --- src/core/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/debug.c b/src/core/debug.c index f4b7edb7..5e387024 100644 --- a/src/core/debug.c +++ b/src/core/debug.c @@ -271,8 +271,8 @@ static const JanetReg cfuns[] = { "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 " "if the offset is too large or negative."}, - {"debug/funbreak", cfun_unfbreak, - "(debug/fbreak fun [,pc=0])\n\n" + {"debug/unfbreak", cfun_unfbreak, + "(debug/unfbreak fun [,pc=0])\n\n" "Unset a breakpoint set with debug/fbreak."}, {"debug/arg-stack", cfun_argstack, "(debug/arg-stack fiber)\n\n"