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}` # * `{:runtime_app_info_request, reply_to}`
# #
# The owner replies with `{:runtime_app_info_reply, info}`, where # The owner replies with `{:runtime_app_info_reply, reply}`, where
# info is a details map. # reply is `{:ok, info` and `info` is a details map.
@typedoc """ @typedoc """
An arbitrary term identifying an evaluation container. An arbitrary term identifying an evaluation container.