2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-22 00:30:17 +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 0f00ace3d6

View File

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