Skip to content

Commit

Permalink
quote regexp so markdown parser doesn't think it's a link
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored and modular-magician committed Nov 26, 2019
1 parent 4996c9a commit 88d4d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9400,7 +9400,7 @@ objects:
description: |
Name of this BGP peer. The name must be 1-63 characters long,
and comply with RFC1035. Specifically, the name must be 1-63 characters
long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which
long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which
means the first character must be a lowercase letter, and all
following characters must be a dash, lowercase letter, or digit,
except the last character, which cannot be a dash.
Expand Down

0 comments on commit 88d4d4f

Please sign in to comment.