Skip to content

Commit e148ee6

Browse files
authored
Merge pull request #3069 from truecrunchyfrog/patch-1
Update string-interpolation.md
2 parents 770d51b + 050b75d commit e148ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/string-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `s` that you place before the string is just one possible interpolator that
3434
provides.
3535

3636
Scala provides three string interpolation methods out of the box: `s`, `f` and `raw`.
37-
Further, a string interpolator is a just special method so it is possible to define your
37+
Further, a string interpolator is just a special method, so it is possible to define your
3838
own. For instance, some database libraries define a `sql` interpolator that returns a
3939
database query.
4040

0 commit comments

Comments
 (0)