Skip to content

Commit

Permalink
Fix typo (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
3h15 authored May 2, 2024
1 parent 743586b commit 0f4278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kino/rpc.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule Kino.RPC do
means that the evaluated string actually has closure semantics.
The code is parsed and expanded on the remote node. Also, errors
and exists are captured and propagated to the caller.
and exits are captured and propagated to the caller.
See `Code.eval_string/3` for available `opts`.
"""
Expand Down

0 comments on commit 0f4278a

Please sign in to comment.