Skip to content

Commit b1a0472

Browse files
authored
Fixed a tiny typo in the debugging docs (#377)
1 parent 671c5a6 commit b1a0472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/debugging/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Using `Fiber.blocking{}` prevents any context switching until the block is compl
2323

2424
### Debugging with IRB
2525

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:
2727

2828
```ruby
2929
Async do

0 commit comments

Comments
 (0)