fix typo in docstring for obtainPathParameters()

Thu, 11 Jun 2026 14:54:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 11 Jun 2026 14:54:23 +0200
changeset 427
4124102c2f37
parent 426
902b305547bc
child 428
89ec560a97cb

fix typo in docstring for obtainPathParameters()

src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt file | annotate | diff | comparison | revisions
--- 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