Skip to content

Commit 0d0f753

Browse files
authored
A minor typo in scaladoc.md
Changing "using it's companion object" to "using its companion object".
1 parent b8adaed commit 0d0f753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_style/scaladoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Document all type parameters with `@tparam`.
161161

162162
#### Classes
163163

164-
If a class should be created using it's companion object, indicate as
164+
If a class should be created using its companion object, indicate as
165165
such after the description of the class (though leave the details of
166166
construction to the companion object). Unfortunately, there is currently
167167
no way to create a link to the companion object inline, however the

0 commit comments

Comments
 (0)