#2073: fix spelling

This commit is contained in:
Ingo Bürk
2014-04-21 01:52:28 +02:00
parent 6416531210
commit f723f78dc4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="bigInteger.d.ts" />
/// <reference path="big-integer.d.ts" />
// constructor tests
var noArgument = bigInt(),

View File

@@ -197,6 +197,6 @@ interface BigIntegerStatic {
declare var bigInt: BigIntegerStatic;
declare module "BigInteger" {
declare module "big-integer" {
export = bigInt;
}