Skip to content

Commit

Permalink
Fix typo in QuerySourceFeatureOptions docstring (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertday authored Jan 2, 2024
1 parent 977e605 commit 980fcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/query_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type QueryRenderedFeaturesOptions = {
};

/**
* The options object related to the {@link Map#queryRenderedFeatures} method
* The options object related to the {@link Map#querySourceFeatures} method
*/
export type QuerySourceFeatureOptions = {
/**
Expand Down

0 comments on commit 980fcbb

Please sign in to comment.