Skip to content

Commit b59fc45

Browse files
authored
Merge pull request #2606 from bigbigtor/patch-1
Fix typo
2 parents 3af877c + 7694072 commit b59fc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/tutorials/scala-for-java-programmers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ a brief specification: the value of a `Sum` is the addition of the
741741
evaluations of its two inner expressions; the value of a `Var` is obtained
742742
by lookup of its inner name in the environment; and the value of a
743743
`Const` is its inner value itself. This specification translates exactly into
744-
Scala as followa, using a pattern match on a tree value `t`:
744+
Scala as follows, using a pattern match on a tree value `t`:
745745

746746
{% tabs patt-match-demo class=tabs-scala-version %}
747747

0 commit comments

Comments
 (0)