Skip to content

Commit 4cfabff

Browse files
authored
Merge pull request #2699 from detinsley1s/patch-2
Fix typo
2 parents 8138568 + 31da37b commit 4cfabff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-control-structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ finally
480480
## `while` loops
481481

482482
Scala also has a `while` loop construct.
483-
It’s one-line syntax looks like this:
483+
Its one-line syntax looks like this:
484484

485485
{% tabs while_1 class=tabs-scala-version %}
486486
{% tab 'Scala 2' for=while_1 %}

0 commit comments

Comments
 (0)