Skip to content

Commit 719bb5d

Browse files
committed
add final section header
1 parent 1ddf167 commit 719bb5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_overviews/scala3-book/string-interpolation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ As a result, each of the fragments of the processed String are exposed in the
312312
`StringContext.parts` member, while any expressions values in the string are passed in
313313
to the method's `args` parameter.
314314

315+
### Example Implementation
316+
315317
A naive implementation of our Point interpolator method might look something like below,
316318
though a more sophisticated method may choose to have more precise control over the
317319
processing of the string `parts` and expression `args` instead of reusing the

0 commit comments

Comments
 (0)