diff --git a/lib/kino/rpc.ex b/lib/kino/rpc.ex index 7d7697b0..bb57880c 100644 --- a/lib/kino/rpc.ex +++ b/lib/kino/rpc.ex @@ -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`. """