mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-13 16:34:45 +08:00
Update docs in runtime.ex (#2543)
Fixes a typo in the reply = {:ok, info} tuple documentation.
This commit is contained in:
parent
cfbec8724f
commit
2ae8149568
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ defprotocol Livebook.Runtime do
|
||||||
# * `{:runtime_app_info_request, reply_to}`
|
# * `{:runtime_app_info_request, reply_to}`
|
||||||
#
|
#
|
||||||
# The owner replies with `{:runtime_app_info_reply, reply}`, where
|
# The owner replies with `{:runtime_app_info_reply, reply}`, where
|
||||||
# reply is `{:ok, info` and `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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue