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.
2 parents 1c33d0b + 447443e commit b297d2fCopy full SHA for b297d2f
_overviews/scala3-book/domain-modeling-tools.md
@@ -224,7 +224,7 @@ object StringUtils:
224
225
We can use the object as follows:
226
```scala
227
-StringUtil.truncate("Chuck Bartowski", 5) // "Chuck"
+StringUtils.truncate("Chuck Bartowski", 5) // "Chuck"
228
```
229
230
Importing in Scala is very flexible, and allows us to import _all_ members of an object:
0 commit comments