Skip to content

Commit

Permalink
fixed two doc format (#4742) (#9643)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jul 27, 2021
1 parent 8a1ae88 commit 45441a4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/4742.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_compute_region_url_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ given pathMatcher, only one of pathRules or routeRules must be set.`,
Type: schema.TypeSet,
Required: true,
Description: `The list of path patterns to match. Each must start with / and the only place a
* is allowed is at the end following a /. The string fed to the path matcher
\* is allowed is at the end following a /. The string fed to the path matcher
does not include any text after the first ? or #, and those chars are not
allowed here.`,
Elem: &schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion google/resource_compute_url_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ given pathMatcher, only one of pathRules or routeRules must be set.`,
Type: schema.TypeSet,
Required: true,
Description: `The list of path patterns to match. Each must start with / and the only place a
* is allowed is at the end following a /. The string fed to the path matcher
\* is allowed is at the end following a /. The string fed to the path matcher
does not include any text after the first ? or #, and those chars are not
allowed here.`,
Elem: &schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_region_url_map.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ The `path_rule` block supports:
* `paths` -
(Required)
The list of path patterns to match. Each must start with / and the only place a
* is allowed is at the end following a /. The string fed to the path matcher
\* is allowed is at the end following a /. The string fed to the path matcher
does not include any text after the first ? or #, and those chars are not
allowed here.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_url_map.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ The `path_rule` block supports:
* `paths` -
(Required)
The list of path patterns to match. Each must start with / and the only place a
* is allowed is at the end following a /. The string fed to the path matcher
\* is allowed is at the end following a /. The string fed to the path matcher
does not include any text after the first ? or #, and those chars are not
allowed here.

Expand Down

0 comments on commit 45441a4

Please sign in to comment.