Fix typo (#17)

This commit is contained in:
Zasda Yusuf Mikail 2022-10-06 08:54:43 +07:00 committed by GitHub
parent 69604ad0ce
commit 6f67559166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.