Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt authored Oct 11, 2023
1 parent a7dd6e9 commit 28a3c85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ theory: |
Process.alive?(processor)
# => true
send(processor, {:hello, "code basic"})
send(processor, {:world, "code basic"})
# => CODE BASIC
Process.alive?(processor)
# => true
Expand Down

0 comments on commit 28a3c85

Please sign in to comment.