mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +08:00
Update docs
This commit is contained in:
parent
8dc94f35ca
commit
47b3fef73d
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue