Skip to content

Commit

Permalink
Merge pull request #11 from DilumAluthge/patch-1
Browse files Browse the repository at this point in the history
Fix minor type in README: "completly" to "completely"
  • Loading branch information
pfitzseb authored Sep 21, 2019
2 parents 5eb33e7 + ffc9501 commit f52ba0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This packages provides a macro called `@infiltrate`, which sets a "breakpoint" in a local context
(similar to Matlab's `keyboard` function). The advantage of this macro over e.g. Debugger.jl is that
all code is completly compiled, so the performance overhead should be neglible.
all code is completely compiled, so the performance overhead should be neglible.

`@infiltrate` will drop you into an interactive REPL session that lets you inspect local variables
and the call stack as well as execute aribtrary statements in the context of the current function's module.
Expand Down

0 comments on commit f52ba0d

Please sign in to comment.