Skip to content
Snippets Groups Projects
Commit 1af3b950 authored by Devon Carew's avatar Devon Carew
Browse files

Merge pull request #217 from guillermooo-forks/fix-minor-things

edit comments
parents 70e8ed4a 8649593d
No related branches found
No related tags found
No related merge requests found
......@@ -261,8 +261,8 @@ class CliApp {
}
/**
* Return true if there are any non-symlinked, non-hidden sub-directories in
* the given directory.
* Returns true if the given directory does not contain non-symlinked,
* non-hidden subdirectories.
*/
bool _isDirEmpty(io.Directory dir) {
var isHiddenDir = (dir) => path.basename(dir.path).startsWith('.');
......
......@@ -51,7 +51,7 @@ Generator getGenerator(String id) {
/**
* An abstract class which both defines a template generator and can generate a
* user project baed on this template.
* user project based on this template.
*/
abstract class Generator implements Comparable<Generator> {
final String id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment