Skip to content

Commit

Permalink
Merge pull request #61 from thaJeztah/fix_typo
Browse files Browse the repository at this point in the history
Task: fix typo in godoc
  • Loading branch information
samuelkarp authored Nov 9, 2023
2 parents c68cf49 + ae7840b commit 6f5a4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
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 6f5a4d2

Please sign in to comment.