Skip to content

Commit

Permalink
Task: fix typo in godoc
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Nov 9, 2023
1 parent c68cf49 commit ae7840b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Expand Up @@ -81,7 +81,7 @@ type process interface {
Pid() uint32
}

// Task is ta subset of containerd's Task interface.
// Task is a subset of containerd's Task interface.
type Task interface {
process

Expand Down

0 comments on commit ae7840b

Please sign in to comment.