mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Fix formatting regex comment
This commit is contained in:
@@ -170,8 +170,7 @@ module StringOps {
|
||||
module Formatting {
|
||||
/**
|
||||
* Gets a regular expression for matching simple format-string components, including flags,
|
||||
* width and precision specifiers, but not including `*` specifiers or explicit argument
|
||||
* indices.
|
||||
* width and precision specifiers, not including explicit argument indices.
|
||||
*/
|
||||
pragma[noinline]
|
||||
private string getFormatComponentRegex() {
|
||||
|
||||
Reference in New Issue
Block a user