Polishing

This commit is contained in:
Sebastien Deleuze
2019-02-15 18:41:19 +01:00
parent b0a78c3aa1
commit d2730f6fc4

View File

@@ -531,7 +531,7 @@ fun String.toSlug() = toLowerCase()
.replace("-+".toRegex(), "-")
----
We will leverage this extension in the next section.
We will leverage these extensions in the next section.
== Persistence with JPA