diff --git a/src/mpv/internal/key.gleam b/src/mpv/internal/key.gleam index bb8fbc1..cf1f7f9 100644 --- a/src/mpv/internal/key.gleam +++ b/src/mpv/internal/key.gleam @@ -10,6 +10,6 @@ pub type NotUsed @external(erlang, "shell", "start_interactive") pub fn shell_start_interactive(options: #(atom.Atom, atom.Atom)) -> NotUsed -// https://www.erlang.org/doc/apps/stdlib/io.html#get_line/1 +// https://www.erlang.org/doc/apps/stdlib/io.html#get_chars/2 @external(erlang, "io", "get_chars") fn io_get_chars(prompt: String, count: Int) -> String