summaryrefslogtreecommitdiff
path: root/absl/strings/escaping.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/strings/escaping.h')
-rw-r--r--absl/strings/escaping.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/absl/strings/escaping.h b/absl/strings/escaping.h
index beb67a27..29659730 100644
--- a/absl/strings/escaping.h
+++ b/absl/strings/escaping.h
@@ -57,9 +57,10 @@ namespace absl {
// 0x99).
//
//
-// If any errors are encountered, this function returns `false` and stores the
-// first encountered error in `error`. To disable error reporting, set `error`
-// to `nullptr` or use the overload with no error reporting below.
+// If any errors are encountered, this function returns `false`, leaving the
+// `dest` output parameter in an unspecified state, and stores the first
+// encountered error in `error`. To disable error reporting, set `error` to
+// `nullptr` or use the overload with no error reporting below.
//
// Example:
//