Skip to content

Commit

Permalink
Remove TODO, clarify @Private tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thw0rted authored Sep 14, 2019
1 parent b6a4216 commit 9beb2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function UTMtoLL(utm) {
/**
* Calculates the MGRS letter designator for the given latitude.
*
* @private // TODO: is this actually private? If so, why is it exported?
* @private (Not intended for public API, only exported for testing.)
* @param {number} latitude The latitude in WGS84 to get the letter designator
* for.
* @return {string} The letter designator.
Expand Down

0 comments on commit 9beb2fe

Please sign in to comment.