docs(): fix typo (#1690)

fixed a typo in comment
This commit is contained in:
Roland Brand 2017-06-15 23:12:56 +02:00 committed by Ibby Hadeed
parent 2128703d8d
commit 83c25b41ef

View File

@ -16,7 +16,7 @@ export interface Beacon {
major: number;
/**
* The beacon's major identifier number.
* The beacon's minor identifier number.
*/
minor: number;