Skip to content

Commit f6329bc

Browse files
committed
Merge pull request #416 from radarhere/patch-1
Fixed typos
2 parents 11b8bcf + 7b97cd6 commit f6329bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3106,7 +3106,7 @@ Latest
31063106
inference (e.g. when passing a function argument).
31073107

31083108
* 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
31103110
overriding other computed properties, but this will be enhanced in coming weeks.
31113111

31123112

@@ -4708,7 +4708,7 @@ Latest
47084708
```
47094709

47104710
* 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
47124712
the `@` character to signify them. Where before you might have written:
47134713

47144714
```swift
@@ -5293,5 +5293,5 @@ Latest
52935293

52945294
* `POSIX.EnvironmentVariables` and `swift.CommandLineArguments` global variables
52955295
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
52975297
add `import POSIX` and use `Process.environmentVariables`.

0 commit comments

Comments
 (0)