Update ym-dict-functions.md

This commit is contained in:
Matthew Peveler 2022-05-20 15:54:23 -04:00 committed by GitHub
parent 91bd0b6f69
commit 4c005e53b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ Example: `regionToCountry(toUInt32(213)) = 225` converts Moscow (213) to Russia
Converts a region to a continent. In every other way, this function is the same as regionToCity.
Example: `regionToContinent(toUInt32(213)) = 10001` converts Moscow (213) to Eurasia (10001).
### regionToTopContinent (id,\[, geobase\]) {#regiontotopcontinentid-geobase}
### regionToTopContinent (id\[, geobase\]) {#regiontotopcontinentid-geobase}
Finds the highest continent in the hierarchy for the region.