diff options
author | Michael Shields <shields@msrl.com> | 2019-06-24T21·47-0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24T21·47-0700 |
commit | c100cca37da2006882176bac0b7db43e9915816f (patch) | |
tree | fce15d02c80e01c96b5a18fe9a87a4a701723f99 | |
parent | 8e283d9a5cb7ca201d0ed7af1612ba342293a05a (diff) |
Reference just the file name.
Co-Authored-By: Shaindel Schwartz <31392632+shaindelschwartz@users.noreply.github.com>
-rw-r--r-- | absl/flags/flag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/flag.h b/absl/flags/flag.h index 3ebd9f03bb18..185bd8aba2a2 100644 --- a/absl/flags/flag.h +++ b/absl/flags/flag.h @@ -155,7 +155,7 @@ void SetFlag(absl::Flag<T>* flag, const V& v) { // // where: // -// * `T` is a supported flag type (see `absl/flags/marshalling.h`), +// * `T` is a supported flag type (see `marshalling.h`), // * `name` designates the name of the flag (as a global variable // `FLAGS_name`), // * `default_value` is an expression holding the default value for this flag |