From c57cab856d3f17a4719e31786cfdf7294244f1cf Mon Sep 17 00:00:00 2001 From: cpovirk Date: Mon, 26 Aug 2024 10:32:58 -0700 Subject: [PATCH] Fix typo noted by @Stephan202. https://github.com/google/error-prone/pull/4550#pullrequestreview-2261171115 PiperOrigin-RevId: 667632476 --- docs/bugpattern/WithSignatureDiscouraged.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bugpattern/WithSignatureDiscouraged.md b/docs/bugpattern/WithSignatureDiscouraged.md index 1bd1c3786978..6db52d3cf50a 100644 --- a/docs/bugpattern/WithSignatureDiscouraged.md +++ b/docs/bugpattern/WithSignatureDiscouraged.md @@ -1,4 +1,4 @@ -`withSignature` replies on the string representation of internal classes in the +`withSignature` relies on the string representation of internal classes in the javac implementation. Those string representations are not necessarily stable across versions of javac, and they can change when a method is annotated with type-use annotations.