'package-all' tense consistency

Change 'package-all' comment to present tense and unfiform grammar for consistency
This commit is contained in:
Casandra Silva
2015-11-21 21:51:50 -08:00
parent 45227c0b9a
commit 2733ebf1d0

View File

@@ -184,7 +184,7 @@ module.exports = function(grunt) {
// Packages the C code as a single header
grunt.registerTask('package-c', ['concat']);
// package all languages
// Packages all languages
grunt.registerTask('package-all', ['package-javascript', 'package-java', 'package-c']);
// Default build, performs the full works!