We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bea2aa commit 027a863Copy full SHA for 027a863
_overviews/scala3-book/taste-vars-data-types.md
@@ -186,7 +186,7 @@ println(s"x.abs = ${x.abs}") // prints "x.abs = 1"
186
187
The `s` that you place before the string is just one possible interpolator.
188
If you use an `f` instead of an `s`, you can use `printf`-style formatting syntax in the string.
189
-Furthermore, a string interpolator is a just special method and it is possible to define your own.
+Furthermore, a string interpolator is just a special method and it is possible to define your own.
190
For instance, some database libraries define the very powerful `sql` interpolator.
191
192
#### Multiline strings
0 commit comments