Skip to content

Commit 5bb0518

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 408715661
1 parent c08b149 commit 5bb0518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/analytics/data/v1beta/data.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ message Dimension {
8787
// would like within the allowed character set. For example if a
8888
// `dimensionExpression` concatenates `country` and `city`, you could call
8989
// that dimension `countryAndCity`. Dimension names that you choose must match
90-
// the regular expression "^[a-zA-Z0-9_]$".
90+
// the regular expression `^[a-zA-Z0-9_]$`.
9191
//
9292
// Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
9393
// `dimensionExpression`, and `pivots`.
@@ -152,7 +152,7 @@ message Metric {
152152
// within the allowed character set. For example if `expression` is
153153
// `screenPageViews/sessions`, you could call that metric's name =
154154
// `viewsPerSession`. Metric names that you choose must match the regular
155-
// expression "^[a-zA-Z0-9_]$".
155+
// expression `^[a-zA-Z0-9_]$`.
156156
//
157157
// Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
158158
// `expression`.

0 commit comments

Comments
 (0)