diff options
author | Shaindel Schwartz <31392632+shaindelschwartz@users.noreply.github.com> | 2019-06-25T00·50-0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25T00·50-0400 |
commit | 0389f7bf58fa41f35b3ad60be61d32f31e4f8ed6 (patch) | |
tree | ef926e2daa37e35b691049a85874c3cb92077c87 | |
parent | e9324d926a9189e222741fce6e676f0944661a72 (diff) | |
parent | c100cca37da2006882176bac0b7db43e9915816f (diff) |
Merge pull request #335 from shields/patch-1
Correctly point to documentation about supported flag types.
-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 2cbbb45ceacb..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 below), +// * `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 |