Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Jan 24, 2022
1 parent 298f551 commit 678e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversions.go
Expand Up @@ -137,7 +137,7 @@ func WithShortCode(shortCode string) ConversionOps {
}
}

// WithTwitterID will set a link short code
// WithTwitterID will set a twitter user ID
func WithTwitterID(twitterID uint64) ConversionOps {
return func(c *conversionOptions) {
c.twitterID = twitterID
Expand Down

0 comments on commit 678e184

Please sign in to comment.