From 6d970725e77079f3357d8fd0bc871e5f2f14686f Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 11 Jun 2022 21:19:42 -0500 Subject: [PATCH] Update boot.janet for typos. --- src/boot/boot.janet | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index ad4d64b3..2ffd34a0 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -2780,7 +2780,7 @@ (defn debugger-on-status "Create a function that can be passed to `run-context`'s `:on-status` argument that will drop into a debugger on errors. The debugger will - only start on abmnormal signals if the env table has the `:debug` dyn + only start on abnormal signals if the env table has the `:debug` dyn set to a truthy value." [env &opt level is-repl] (default level 1) @@ -3898,10 +3898,6 @@ (do - # Deprecate file/popen - (when-let [v (get root-env 'file/popen)] - (put v :deprecated true)) - # Modify root-env to remove private symbols and # flatten nested tables. (loop [[k v] :in (pairs root-env)