Skip to content

Commit

Permalink
Merge pull request openframeworks#5435 from hamoid/patch-2
Browse files Browse the repository at this point in the history
s/alphabetically/by date/ in sortByDate comment
  • Loading branch information
arturoc committed Jan 30, 2017
2 parents 9ba971e + a039688 commit 965281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openFrameworks/utils/ofFileUtils.h
Expand Up @@ -1072,7 +1072,7 @@ class ofDirectory{
/// nothing to sort.
void sort();

/// Sort the directory contents list alphabetically.
/// Sort the directory contents list by date.
///
/// \warning Call listDir() before using this function or there will be
/// nothing to sort.
Expand Down

0 comments on commit 965281d

Please sign in to comment.