diff --git a/types/d3-contour/index.d.ts b/types/d3-contour/index.d.ts index 54a9964c2d..bb77fb4ef8 100644 --- a/types/d3-contour/index.d.ts +++ b/types/d3-contour/index.d.ts @@ -126,7 +126,7 @@ export function contours(): Contours; * the elements of the data array used with the density contour generator are two-element arrays. * The first element corresponds to the x-dimension, the second to the y-dimension. */ -export interface ContourDensity { +export interface ContourDensity { /** * Estimates the density contours for the given array of data, returning an array of GeoJSON MultiPolygon geometry objects. * Each geometry object represents the area where the estimated number of points per square pixel is greater than or equal to @@ -266,4 +266,4 @@ export interface ContourDensity { * Important: ensure that the x- and y-accessor functions are configured to * match the data type used for the generic Datum. */ -export function contourDensity(): ContourDensity; +export function contourDensity(): ContourDensity;