aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch13/13.0/S13_A3_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch13/13.0/S13_A3_T1.js')
-rw-r--r--test/suite/ch13/13.0/S13_A3_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch13/13.0/S13_A3_T1.js b/test/suite/ch13/13.0/S13_A3_T1.js
index 7b4d3df15..cac7e243d 100644
--- a/test/suite/ch13/13.0/S13_A3_T1.js
+++ b/test/suite/ch13/13.0/S13_A3_T1.js
@@ -4,7 +4,7 @@
/**
* The Identifier in a FunctionExpression can be referenced from inside the FunctionExpression's FunctionBody to allow the function calling itself recursively
*
- * @path ch13/S13_A3_T1.js
+ * @path ch13/13.0/S13_A3_T1.js
* @description Creating a recursive function that calculates factorial, as a variable.
* Function call itself by it`s name
*/