Reword a case of similar wording

This commit is contained in:
Carol (Nichols || Goulding) 2016-08-02 11:33:56 -04:00
parent 7cca51f3c0
commit df6105e53b

View File

@ -51,8 +51,8 @@ In other words, there are two important points in time here:
- When `s` comes into scope, it is valid. - When `s` comes into scope, it is valid.
- It remains so until it goes out of scope. - It remains so until it goes out of scope.
At this point, things are similar to other programming languages. Lets build At this point, things are similar to other programming languages. Now lets
on top of this understanding by introducing a new type: `String`. build on top of this understanding by introducing the `String` type.
## Strings ## Strings