From 2ae8149568257d82cbcfc3e6b1016735419bc8f8 Mon Sep 17 00:00:00 2001 From: Matt Furden Date: Tue, 2 Apr 2024 14:33:25 -0700 Subject: [PATCH] Update docs in runtime.ex (#2543) Fixes a typo in the reply = {:ok, info} tuple documentation. --- lib/livebook/runtime.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/runtime.ex b/lib/livebook/runtime.ex index 06567ca5d..608caec35 100644 --- a/lib/livebook/runtime.ex +++ b/lib/livebook/runtime.ex @@ -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.