diff --git a/types/edmonds-blossom/index.d.ts b/types/edmonds-blossom/index.d.ts index b91166657f..f48263c1f9 100644 --- a/types/edmonds-blossom/index.d.ts +++ b/types/edmonds-blossom/index.d.ts @@ -1,7 +1,7 @@ // Type definitions for edmonds-blossom 1.0 // Project: https://github.com/mattkrick/EdmondsBlossom // Definitions by: John Jackson -// Definitions: https://github.com/DefinitelyTyped/edmonds-blossom +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.7 export = blossom; declare function blossom(edges: number[][], maxCardinality?: number): number[];