square / retrofit

A type-safe HTTP client for Android and the JVM
https://square.github.io/retrofit/
Apache License 2.0
43.12k stars 7.3k forks source link

Fix documentation typo #4238

Closed mrlem closed 1 month ago

mrlem commented 1 month ago

Self explanatory.


JakeWharton commented 1 month ago

General consensus is to always use a comma https://english.stackexchange.com/q/16172/7247

mrlem commented 1 month ago

@JakeWharton My bad for not checking the rule (which I didn't know, so thank you). In my defence, besides my incomplete knowledge, I had checked it against another occurrence in the same page that doesn't use the comma.

JakeWharton commented 1 month ago

Well I mostly have just been copying what I've seen used, so I didn't know either. This was the first time I tried looking up an actual rule because I just as easily could have been the one doing it wrong.