Skip to content

Commit 23b132f

Browse files
authored
Merge pull request #22 from Michad/Michad-typo-patch
Fix typo
2 parents 1f435d5 + cdcefbb commit 23b132f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/HigherOrderFunctions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ object HigherOrderFunctions extends ScalaTutorialSection {
112112
* }}}
113113
*
114114
* Here, `(x: Int)` is the ''parameter'' of the function, and
115-
* `x * x * x` is it's ''body''.
115+
* `x * x * x` is its ''body''.
116116
*
117117
* The type of the parameter can be omitted if it can be inferred by the
118118
* compiler from the context.

0 commit comments

Comments
 (0)