You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Returns an Open Location Code with code_length significant digits. The string
// returned may be one character longer if it includes a separator character
// for formatting.
This is underspecified. Every plus code will have a separator character. CITATION NEEDED. Therefore a better wording would be to say:
// Returns an Open Location Code with code_length significant digits. The string
// returned will be one character longer because it includes a separator character
// for formatting.
The text was updated successfully, but these errors were encountered:
The C++ implementation states:
This is underspecified. Every plus code will have a separator character. CITATION NEEDED. Therefore a better wording would be to say:
The text was updated successfully, but these errors were encountered: