Skip to content

Commit

Permalink
changes for v1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Dec 5, 2018
1 parent 64f20da commit 19a3e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public static function mkDir($args)
* 2) System::cat('sample.txt test.txt > final.txt');
* 3) System::cat('sample.txt test.txt >> final.txt');
*
* Note: as the class use fopen, urls should work also (test that)
* Note: as the class use fopen, urls should work also
*
* @param string $args the arguments
* @return boolean true on success
Expand Down

0 comments on commit 19a3e0f

Please sign in to comment.