aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/flags/marshalling.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/marshalling.h')
-rw-r--r--absl/flags/marshalling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/marshalling.h b/absl/flags/marshalling.h
index 7a32372..f9e2959 100644
--- a/absl/flags/marshalling.h
+++ b/absl/flags/marshalling.h
@@ -109,7 +109,7 @@
// case kPlainText: return "plaintext";
// case kHtml: return "html";
// }
-// return absl::SimpleItoa(mode);
+// return absl::StrCat(mode);
// }
//
// Notice that neither `AbslParseFlag()` nor `AbslUnparseFlag()` are class