Skip to content

Commit fd5ba79

Browse files
zhangskzcopybara-github
authored andcommitted
internal change
PiperOrigin-RevId: 884450100
1 parent d5b6a9f commit fd5ba79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/best-practices/dos-donts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ in its headers such as `math.h`, may cause compilation errors if the `#include`
129129
statement for one of those headers appears before the one for `.proto.h`. Avoid
130130
using macro constants such as "`NULL`," "`NAN`," and "`DOMAIN`" as enum values.
131131

132-
<a id="dont-use-any">
132+
<a id="dont-use-any"></a>
133133

134134
## **Do** prefer extensions over `Any` where possible {#avoid-any}
135135

0 commit comments

Comments
 (0)