From adfccd33ae5b4657436a6906acad6ec00a43446f Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:56:42 +0900 Subject: [PATCH] Tweak disasm doc --- src/core/asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/asm.c b/src/core/asm.c index d9516c32..293699a7 100644 --- a/src/core/asm.c +++ b/src/core/asm.c @@ -988,7 +988,7 @@ static const JanetReg asm_cfuns[] = { { "disasm", cfun_disasm, JDOC("(disasm func &opt field)\n\n" - "Returns assembly that could be used be compile the given function.\n" + "Returns assembly that could be used to compile the given function.\n" "func must be a function, not a c function. Will throw on error on a badly\n" "typed argument. If given a field name, will only return that part of the function assembly.\n" "Possible fields are:\n\n"