From 76b63714987b4d6cf94fac1aef16f2a991d9b1df Mon Sep 17 00:00:00 2001 From: amki Date: Thu, 26 Dec 2013 06:59:56 +0000 Subject: [PATCH] Fixed .js comment --- modules/crypto/crypto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/crypto/crypto.js b/modules/crypto/crypto.js index 464a030..47fb134 100644 --- a/modules/crypto/crypto.js +++ b/modules/crypto/crypto.js @@ -1,6 +1,6 @@ /** - * Module Name: Flashy - * Description: Makes pages with flashing text and that innit. + * Module Name: Crypto + * Description: Allows the magic of cryptography to take place. */ var MD5 = require('crypto-js/md5');