Update comment to link to replacement function.

This commit is contained in:
Jason Dent 2024-02-15 09:22:50 +01:00
parent f3282e4dad
commit c3060548cf

View File

@ -706,7 +706,7 @@ export const getBoundaries = function (parentBoundary) {
};
/**
* @deprecated Use getBoundaries instead
* @deprecated Use {@link getBoundaries} instead
*/
export const getBoundarys = getBoundaries;