Skip to content

Commit f586639

Browse files
erik-kroghesbena
andauthored
change getSplitAt to getSeparator
Co-authored-by: Esben Sparre Andreasen <[email protected]>
1 parent 4b8b0cb commit f586639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/StandardLibrary.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class StringSplitCall extends DataFlow::MethodCallNode {
162162
/**
163163
* Gets a string that determines where the string is split.
164164
*/
165-
string getSplitAt() {
165+
string getSeparator() {
166166
getArgument(0).mayHaveStringValue(result)
167167
or
168168
result =

0 commit comments

Comments
 (0)