1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-15 10:07:07 +01:00

Clean up comments.

This commit is contained in:
hacksalot
2016-01-03 02:40:04 -05:00
parent 8fc0fa99d3
commit 655ecebaa5
3 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Definition of the HtmlPdfGenerator class.
, HTML = require( 'html' );
/**
An HTML-based PDF resume generator for HackMyResume.
An HTML-driven PDF resume generator for HackMyResume.
*/
var HtmlPdfGenerator = module.exports = TemplateGenerator.extend({