Skip to content

Commit ae7840b

Browse files
committed
Task: fix typo in godoc
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c68cf49 commit ae7840b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ type process interface {
8181
Pid() uint32
8282
}
8383

84-
// Task is ta subset of containerd's Task interface.
84+
// Task is a subset of containerd's Task interface.
8585
type Task interface {
8686
process
8787

0 commit comments

Comments
 (0)