From 07bf81cb40aed1f41328ce2cc3227daa477f2190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Fri, 22 Dec 2023 21:07:20 +0700 Subject: [PATCH] Fix docs warning --- lib/livebook/session.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/session.ex b/lib/livebook/session.ex index 6055d36ed..281e68e9d 100644 --- a/lib/livebook/session.ex +++ b/lib/livebook/session.ex @@ -156,7 +156,7 @@ defmodule Livebook.Session do * `{:dir, dir}` - a directory file - * `{:url, url} - a base url to the files directory (with `/` suffix) + * `{:url, url}` - a base url to the files directory (with `/` suffix) * `{:inline, contents_map}` - a map with file names pointing to their binary contents