Skip to content

Commit b4cebef

Browse files
cpovirkError Prone Team
authored andcommitted
Fix typo noted by @Stephan202.
#4550 (review) PiperOrigin-RevId: 667644231
1 parent 354104e commit b4cebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bugpattern/WithSignatureDiscouraged.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`withSignature` replies on the string representation of internal classes in the
1+
`withSignature` relies on the string representation of internal classes in the
22
javac implementation. Those string representations are not necessarily stable
33
across versions of javac, and they can change when a method is annotated with
44
type-use annotations.

0 commit comments

Comments
 (0)