File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3106,7 +3106,7 @@ Latest
3106
3106
inference (e.g . when passing a function argument).
3107
3107
3108
3108
* Properties defined in classes are now dynamically dispatched and can be
3109
- overriden with `@override `. Currently `@override ` only works with computed properties
3109
+ overridden with `@override `. Currently `@override ` only works with computed properties
3110
3110
overriding other computed properties, but this will be enhanced in coming weeks.
3111
3111
3112
3112
@@ -4708,7 +4708,7 @@ Latest
4708
4708
```
4709
4709
4710
4710
* Attribute syntax has been redesigned (see ** (rdar :// 10700853)** and
4711
- ** (rdar :// 14462729)**) so that attributes now preceed the declaration and use
4711
+ ** (rdar :// 14462729)**) so that attributes now precede the declaration and use
4712
4712
the `@` character to signify them. Where before you might have written:
4713
4713
4714
4714
```swift
@@ -5293,5 +5293,5 @@ Latest
5293
5293
5294
5294
* `POSIX.EnvironmentVariables ` and `swift.CommandLineArguments ` global variables
5295
5295
were merged into a `swift.Process ` variable. Now you can access command line
5296
- arguments with `Process .arguments `. In order to acces environment variables
5296
+ arguments with `Process .arguments `. In order to access environment variables
5297
5297
add `import POSIX` and use `Process .environmentVariables `.
You can’t perform that action at this time.
0 commit comments