Fix typo in OTLocation.inregions comment

This commit is contained in:
Linus Groh
2020-03-01 20:55:52 +00:00
parent b252a6580a
commit 3c92a77847

2
src/index.d.ts vendored
View File

@@ -138,7 +138,7 @@ interface OTLocation {
* https://en.wikipedia.org/wiki/Geohash
*/
ghash?: string;
/** Regions the device is currently in (e.g. `["Home"; "Garage"]`). Might be empty. */
/** Regions the device is currently in (e.g. `["Home", "Garage"]`). Might be empty. */
inregions?: string[];
/**
* No idea; some kind of timestamp as well - figure it out yourself. :)