Update docs

This commit is contained in:
Jonatan Kłosko 2024-03-31 00:17:25 +07:00
parent 8dc94f35ca
commit 47b3fef73d

View file

@ -31,8 +31,8 @@ defprotocol Livebook.Runtime do
#
# * `{:runtime_app_info_request, reply_to}`
#
# The owner replies with `{:runtime_app_info_reply, info}`, where
# info is a details map.
# The owner replies with `{:runtime_app_info_reply, reply}`, where
# reply is `{:ok, info` and `info` is a details map.
@typedoc """
An arbitrary term identifying an evaluation container.