Skip to content

Commit

Permalink
Fix typo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotifyPacha authored Feb 1, 2023
1 parent b5c3358 commit cc46546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gopher/impl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ return function(...)

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

0 comments on commit cc46546

Please sign in to comment.