src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt

changeset 427
4124102c2f37
parent 414
1f1bce90127e
--- 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

mercurial