From 8ad4c108a200679182a7e847d693c22c2704cf27 Mon Sep 17 00:00:00 2001 From: Trevor Baron Date: Fri, 5 Jun 2015 20:41:14 -0400 Subject: [PATCH] fix copy paste error --- rivets/rivets.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rivets/rivets.d.ts b/rivets/rivets.d.ts index 0eca72a9e..2b04653ec 100644 --- a/rivets/rivets.d.ts +++ b/rivets/rivets.d.ts @@ -1,4 +1,4 @@ -// Type definitions for body-parser +// Type definitions for rivets // Project: http://rivetsjs.com/ // Definitions by: Trevor Baron // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -32,4 +32,4 @@ interface FinchStatic { declare var Rivets: FinchStatic; declare module "rivets" { export = Rivets; -} \ No newline at end of file +}