Fix typo (#25)

This commit is contained in:
Pavel 2023-02-01 15:42:26 +03:00 committed by GitHub
parent b5c3358521
commit cc46546a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ return function(...)
if #args == 0 then if #args == 0 then
iface = vim.fn.input "impl: generating method stubs for interface: " iface = vim.fn.input "impl: generating method stubs for interface: "
vim.cmd "redeaw!" vim.cmd "redraw!"
if iface == "" then if iface == "" then
u.notify("usage: GoImpl f *File io.Reader", "info") u.notify("usage: GoImpl f *File io.Reader", "info")
return return