Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 6c42cdf

Browse files
authored
Merge pull request #7 from MaxDesiatov/patch-1
Fix inconsistency in README.md
2 parents 5e4303b + 91a6d13 commit 6c42cdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ extension A.B { static func f(){} }
206206
```
207207

208208
The first file declares two enumerations:
209-
`A` and `B`, which is nested in `A`,
210-
as well as protocol `P`.
209+
`A` and `B`, which is nested in `A`.
211210
The second file declares an extension on the type `A.B`
212211
that provides a static function `f()`.
213212
Depending on the order in which these files are processed,

0 commit comments

Comments
 (0)