Skip to content

Commit

Permalink
docs: fixed mentions to exec.Command
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 authored and meowgorithm committed May 16, 2022
1 parent d301ee0 commit a5f28a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tea.go
Expand Up @@ -251,9 +251,9 @@ func HideCursor() Msg {
// Program resumes. It's useful for spawning other interactive applications
// such as editors and shells from within a Program.
//
// To produce the command, pass an *exec.Command and a function which returns
// To produce the command, pass an ExecCommand and a function which returns
// a message containing the error which may have occurred when running the
// *exec.Command.
// ExecCommand.
//
// type VimFinishedMsg struct { err error }
//
Expand Down

0 comments on commit a5f28a3

Please sign in to comment.