diff -r 902b305547bc -r 4124102c2f37 src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt --- a/src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt Thu Jun 11 14:53:51 2026 +0200 +++ b/src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt Thu Jun 11 14:54:23 2026 +0200 @@ -280,7 +280,7 @@ /** * Returns the path parameters found in the specified path using this pattern. - * The return value of this method is undefined, if the patter does not match. + * The return value of this method is undefined if the pattern does not match. * * @param path the path * @return the path parameters, if any, or an empty map