From 845ef3282686b4a1e24f1dd85679304582ff7dde Mon Sep 17 00:00:00 2001 From: chaosmail Date: Sun, 24 Nov 2013 17:15:01 +0100 Subject: [PATCH] Updated d3.d.ts fixed typo in scale threshold function --- d3/d3.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d3/d3.d.ts b/d3/d3.d.ts index daa53f67c..0244dc08a 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -2405,7 +2405,7 @@ declare module D3 { /* * Construct a threshold scale with a discrete output range. */ - theshold(): ThresholdScale; + threshold(): ThresholdScale; } export interface Scale {