summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Shaindel Schwartz <31392632+shaindelschwartz@users.noreply.github.com>2019-06-24 20:50:35 -0400
committerGravatar GitHub <noreply@github.com>2019-06-24 20:50:35 -0400
commit0389f7bf58fa41f35b3ad60be61d32f31e4f8ed6 (patch)
treeef926e2daa37e35b691049a85874c3cb92077c87
parente9324d926a9189e222741fce6e676f0944661a72 (diff)
parentc100cca37da2006882176bac0b7db43e9915816f (diff)
Merge pull request #335 from shields/patch-1
Correctly point to documentation about supported flag types.
-rw-r--r--absl/flags/flag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/flag.h b/absl/flags/flag.h
index 2cbbb45c..185bd8ab 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