Fix formatting regex comment

This commit is contained in:
Chris Smowton
2022-01-10 10:49:12 +00:00
committed by GitHub
parent ae5eadef28
commit 6f598a6972

View File

@@ -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() {