Fix typo (#17)
This commit is contained in:
parent
69604ad0ce
commit
6f67559166
|
@ -33,7 +33,7 @@ func GetRandomJoke(ctx context.Context, bucket *minio.Client, cache *redis.Clien
|
||||||
return joke, contentType, nil
|
return joke, contentType, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetJokeByID wil acquire a joke by its' ID.
|
// GetJokeByID will acquire a joke by its' ID.
|
||||||
//
|
//
|
||||||
// An ID is defined as the index on the joke list that is sorted
|
// An ID is defined as the index on the joke list that is sorted
|
||||||
// by it's creation (or modification) time.
|
// by it's creation (or modification) time.
|
||||||
|
|
Loading…
Reference in New Issue