Skip to content

Commit

Permalink
Update lib/kino.ex
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
jonatanklosko and josevalim committed Jul 3, 2024
1 parent 05d4458 commit 76deb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kino.ex
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ defmodule Kino do
> or `c:Kino.JS.Live.init/2`. If you do that, starting the process
> will block forever.
>
> Creating many kinos uses `start_child/1` underneath, which means
> On creation, many kinos use `start_child/1` underneath, which means
> that you cannot use functions such as `Kino.DataTable.new/1` in
> `c:GenServer.init/1`. If you need to do that, you must either
> create the kinos beforehand and pass in the `GenServer` argument,
Expand Down

0 comments on commit 76deb39

Please sign in to comment.