Skip to content

Commit aad4fab

Browse files
link
1 parent 9f445fa commit aad4fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source/geojson_source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export class GeoJSONSource extends Evented implements Source {
484484
/**
485485
* Get options for use in determining whether to reload a tile based on the modified features.
486486
* @param affectedGeometries - The feature geometries affected by the update.
487-
* @returns A GeoJSONSourceShouldReloadTileOptions object which contains an array of affected bounds by the update.
487+
* @returns A {@Link GeoJSONSourceShouldReloadTileOptions} object which contains an array of affected bounds caused by the update.
488488
*/
489489
private _getShouldReloadTileOptions(affectedGeometries: GeoJSON.Geometry[]): GeoJSONSourceShouldReloadTileOptions | undefined {
490490
if (!affectedGeometries) return undefined;

0 commit comments

Comments
 (0)