Skip to content

Commit 3706fc9

Browse files
authored
Merge pull request scala#1007 from IDispose/patch-2
removed redundant word to fix sentence
2 parents 00f9632 + a819f7c commit 3706fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/type-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Also, type inference can sometimes infer a too-specific type. Suppose we write:
6565
var obj = null
6666
```
6767

68-
Then we can't then go on and make this reassignment:
68+
We can't then go on and make this reassignment:
6969

7070
```tut:fail
7171
obj = new AnyRef

0 commit comments

Comments
 (0)