You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: guides/debugging/readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Using `Fiber.blocking{}` prevents any context switching until the block is compl
23
23
24
24
### Debugging with IRB
25
25
26
-
You ca use IRB to debug your Async program. In some cases, you will want to stop the world and inspect the state of your program. You can do this by wrapping `binding.irb` inside a `Fiber.blocking{}` block:
26
+
You can use IRB to debug your Async program. In some cases, you will want to stop the world and inspect the state of your program. You can do this by wrapping `binding.irb` inside a `Fiber.blocking{}` block:
0 commit comments