@@ -100,7 +100,7 @@ jobs:
100
100
In addition to ` swift-doc`,
101
101
this project currently ships with several, experimental executables
102
102
that offer complementary functionality.
103
- It's unclear how all everything will ultimately fit together,
103
+ It's unclear how everything will ultimately fit together,
104
104
but for now,
105
105
they're incubating in a shared monorepo
106
106
(the intent is for each of them to eventually become
@@ -295,7 +295,7 @@ Without much in the way of strong design guidance,
295
295
we're not entirely sure what Swift documentation _should_ look like.
296
296
But we do think plain text is a good place to start.
297
297
We look forward to soliciting feedback and ideas from everyone
298
- to identify what those needs are and come up with the best ways to meet them.
298
+ to identify what those needs are and coming up with the best ways to meet them.
299
299
300
300
In the meantime,
301
301
we've set ourselves up for success
@@ -315,7 +315,7 @@ that take advantage of modern infrastructure and tooling:
315
315
316
316
These new technologies have already yielded some promising results.
317
317
` swift-doc` is built in Swift,
318
- and can be installed both macOS and Linux as a small, standalone binary.
318
+ and can be installed on both macOS and Linux as a small, standalone binary.
319
319
Because it relies only on a syntactic reading of Swift source code,
320
320
without needing code first to be compiled,
321
321
` swift-doc` is quite fast.
0 commit comments