From 5ba9f98173a374f7838097279ad69c60afba56a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 22 Aug 2023 23:36:26 +0200 Subject: [PATCH] Apply suggestions from code review --- lib/kino/fs.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kino/fs.ex b/lib/kino/fs.ex index d9cbc800..9d03fa44 100644 --- a/lib/kino/fs.ex +++ b/lib/kino/fs.ex @@ -51,7 +51,7 @@ defmodule Kino.FS do @doc """ Accesses notebook file with the given name and returns a specification of the file location. - + This does not copy any files and moves the responsibility of reading the file to the caller. If you need to read a file directly, use `file_path/1`.