Skip to content

Commit 3b341d1

Browse files
committed
Update baseline for charCodeAt documentation change
1 parent 73b38cc commit 3b341d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/baselines/reference/completionsStringMethods.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
],
210210
"documentation": [
211211
{
212-
"text": "Returns the Unicode value of the character at the specified location.",
212+
"text": "Returns the Unicode value of the character at the specified location, or NaN if the index is out of bounds.",
213213
"kind": "text"
214214
}
215215
],
@@ -226,7 +226,7 @@
226226
"kind": "space"
227227
},
228228
{
229-
"text": "The zero-based index of the desired character. If there is no character at the specified index, NaN is returned.",
229+
"text": "The zero-based index of the desired character.",
230230
"kind": "text"
231231
}
232232
]

0 commit comments

Comments
 (0)