From f12bcf4989d0d0d89f79e9f69dc47de60260910b Mon Sep 17 00:00:00 2001 From: trashbo4t Date: Sat, 13 Apr 2019 11:53:24 -0400 Subject: [PATCH] last bit of api comment fixes --- InternetSpeedTest/api/module.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/InternetSpeedTest/api/module.php b/InternetSpeedTest/api/module.php index 68b6144..f4f1984 100644 --- a/InternetSpeedTest/api/module.php +++ b/InternetSpeedTest/api/module.php @@ -75,8 +75,8 @@ class InternetSpeedTest extends Module // // runSpeedTest - // this function will execute the wget command download a 50 MB worth of data from the hak5 repo on github.com - // and return the formatted output of @getSpeedTestFile + // this function will execute a wget command and download 50 MB worth of data + // from the hak5 repo on github.com returning the formatted output of @getSpeedTestFile // public function runSpeedTest($file) { @@ -103,7 +103,7 @@ class InternetSpeedTest extends Module // // getSpeedTestFile - // this function will return the contents of a speed tests file + // this function will return the contents of a speed test file // public function getSpeedTestFile($file) { @@ -115,7 +115,7 @@ class InternetSpeedTest extends Module // // getSpeedTestFromFile - // return the wget output associated with a speed test via file contents + // return the wget output associated with a speed test via the file contents // public function getSpeedTestFromFile() {