Skip to content

Commit d0c607c

Browse files
committed
Address review comments
1 parent 7cbf37c commit d0c607c

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/src/semmle/code/csharp/frameworks

1 file changed

+1
-1
lines changed

csharp/ql/src/semmle/code/csharp/frameworks/Format.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class FormatCall extends MethodCall {
227227
}
228228

229229
/**
230-
* DEPRECATED: Use `FormatFlow` module instead.
230+
* DEPRECATED: Use `FormatFlow::hasFlowPath()` instead.
231231
*
232232
* Gets a format string. Global data flow analysis is applied to retrieve all
233233
* sources that can reach this method call.

0 commit comments

Comments
 (0)