Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/jsdoc-toolkit/app/test/overview.js')
-rw-r--r--tests/lib/jsdoc-toolkit/app/test/overview.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/lib/jsdoc-toolkit/app/test/overview.js b/tests/lib/jsdoc-toolkit/app/test/overview.js
index 1dfc09b1fc..8e3eda7492 100644
--- a/tests/lib/jsdoc-toolkit/app/test/overview.js
+++ b/tests/lib/jsdoc-toolkit/app/test/overview.js
@@ -1,5 +1,5 @@
/**
- * @overview This "library" contains a
+ * @overview This "library" contains a
* lot of classes and functions.
* @example
<pre>
@@ -8,11 +8,11 @@
</pre>
* @name My Cool Library
* @author Joe Smith jsmith@company.com
- * @version 0.1
+ * @version 0.1
*/
-
-/**
- * Gets the current foo
+
+/**
+ * Gets the current foo
* @param {String} fooId The unique identifier for the foo.
* @return {Object} Returns the current foo.
*/