mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Updated d3.d.ts fixed typo in scale threshold function
This commit is contained in:
Vendored
+1
-1
@@ -2405,7 +2405,7 @@ declare module D3 {
|
||||
/*
|
||||
* Construct a threshold scale with a discrete output range.
|
||||
*/
|
||||
theshold(): ThresholdScale;
|
||||
threshold(): ThresholdScale;
|
||||
}
|
||||
|
||||
export interface Scale {
|
||||
|
||||
Reference in New Issue
Block a user