Skip to content

Commit

Permalink
Update lib/kino/rpc.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored Nov 8, 2023
1 parent 322b5c1 commit fb724eb
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 @@ -17,7 +17,7 @@ defmodule Kino.RPC do
The code is parsed and expanded on the remote node. Also, errors
and exists are captured and propagated to the caller.
See `Code.eval_string/3` for a description of `binding` and `opts`.
See `Code.eval_string/3` for available `opts`.
"""
defmacro eval_string(node, string, opts \\ []) do
unless is_binary(string) do
Expand Down

0 comments on commit fb724eb

Please sign in to comment.