Skip to content

Commit a819f7c

Browse files
authored
removed redundant word to fix sentence
Changed "Then we can't then ..." to "We can't then..."
1 parent 00f9632 commit a819f7c

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)