2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00

Fix a typo in readme

This commit is contained in:
Ken Hibino 2020-11-25 06:11:00 -08:00
parent 476862dd7b
commit 8d6e4167ab

View File

@ -110,7 +110,7 @@ func HandleEmailDeliveryTask(ctx context.Context, t *asynq.Task) error {
} }
// ImageProcessor implements asynq.Handler interface. // ImageProcessor implements asynq.Handler interface.
type ImageProcesser struct { type ImageProcessor struct {
// ... fields for struct // ... fields for struct
} }