aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/directives/PathMatchers.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-08-29 22:48:21 -0700
committerJakob Odersky <jakob@driver.xyz>2018-09-12 14:17:39 -0700
commitadb943605e6e41d10d7b6984b515a13b7ad84de7 (patch)
tree6db87acb90c1439406d45c345c287032bac89c72 /src/main/scala/xyz/driver/core/rest/directives/PathMatchers.scala
parent05bc848cc504b6825c7dcc49dd9aac0cd02e895c (diff)
downloaddriver-core-adb943605e6e41d10d7b6984b515a13b7ad84de7.tar.gz
driver-core-adb943605e6e41d10d7b6984b515a13b7ad84de7.tar.bz2
driver-core-adb943605e6e41d10d7b6984b515a13b7ad84de7.zip
Fix typos and naming of actor system
Diffstat (limited to 'src/main/scala/xyz/driver/core/rest/directives/PathMatchers.scala')
-rw-r--r--src/main/scala/xyz/driver/core/rest/directives/PathMatchers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/core/rest/directives/PathMatchers.scala b/src/main/scala/xyz/driver/core/rest/directives/PathMatchers.scala
index 07e32b0..183ad9a 100644
--- a/src/main/scala/xyz/driver/core/rest/directives/PathMatchers.scala
+++ b/src/main/scala/xyz/driver/core/rest/directives/PathMatchers.scala
@@ -14,7 +14,7 @@ import xyz.driver.core.time.Time
import scala.util.control.NonFatal
-/** Akka-HTTP path matchers for suctom core types */
+/** Akka-HTTP path matchers for custom core types. */
trait PathMatchers {
private def UuidInPath[T]: PathMatcher1[Id[T]] =