Replaced var with const in API doc examples

This commit is contained in:
Steve Gravrock
2022-09-24 10:12:22 -07:00
parent 4cd190b232
commit 4c13c2b00b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* };
* }
*
* var actual = {
* const actual = {
* n: 2,
* otherFields: "don't care"
* };