Update docs in runtime.ex (#2543)

Fixes a typo in the reply = {:ok, info} tuple documentation.
This commit is contained in:
Matt Furden 2024-04-02 14:33:25 -07:00 committed by GitHub
parent cfbec8724f
commit 2ae8149568
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ defprotocol Livebook.Runtime do
# * `{:runtime_app_info_request, reply_to}`
#
# 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 """
An arbitrary term identifying an evaluation container.