Skip to content

Commit f9b4933

Browse files
committed
Fix wrong type spec
1 parent 2d63df7 commit f9b4933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdl_cursor.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ hide() ->
6262
esdl2:show_cursor(0),
6363
receive {'_nif_thread_ret_', _} -> ok end.
6464

65-
-spec is_visible() -> ok.
65+
-spec is_visible() -> boolean().
6666
is_visible() ->
6767
esdl2:show_cursor(-1),
6868
receive

0 commit comments

Comments
 (0)