Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc: Use "latitude/longitude" instead of "latitude,longitude" everywhere #325

Merged

Conversation

apjanke
Copy link
Contributor

@apjanke apjanke commented Aug 10, 2017

In this project, when talking about latitude/longitude coordinates, the styling "latitude/longitude" is predominant over "latitude,longitude". (And IMHO, "latitude/longitude" is more conventional English prose.)

$ grep -r latitude/longitude * | wc -l
      22
$ grep -r latitude,longitude * | wc -l
       2

This PR changes the remaining "latitude,longitude" instances to be "latitude/longitude".

It also removes the {@code ...} markup from one of the instances, because it's not referring to a literal code value or identifiers there.

@domesticmouse
Copy link
Contributor

Thanks!

@domesticmouse domesticmouse merged commit af840d2 into googlemaps:master Aug 10, 2017
@apjanke apjanke deleted the use-latitude/longitude-everywhere branch August 15, 2017 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants