Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt authored Oct 12, 2023
1 parent 28a3c85 commit 39398ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ theory: |
pid = spawn(fn -> Process.sleep(:timer.seconds(20)) end)
#PID<0.118.0>
Process.register(p, :my_process)
Process.register(pid, :my_process)
# => true
Process.registered()
Expand Down

0 comments on commit 39398ef

Please sign in to comment.