RFR: 8313693: Introduce an internal utility for the Damerau–Levenshtein distance calculation
Pavel Rappo
prappo at openjdk.org
Fri Aug 4 21:05:29 UTC 2023
On Fri, 4 Aug 2023 15:50:18 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> for (var misspelled : """
> serial-filed
> inherotDoc
> inheritdoc
> param
(snip)
> ```
> param
> did you mean param?
> ```
I was asked elsewhere about "param". It's a typo that should've been "params", which is a real-world misspelling captured in https://bugs.openjdk.org/browse/JDK-8288660.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15157#issuecomment-1666177748
More information about the compiler-dev
mailing list