@@ -114,7 +114,7 @@ jobs:
114114In addition to ` swift-doc`,
115115this project currently ships with several, experimental tools
116116that offer complementary functionality.
117- It's unclear how all everything will ultimately fit together,
117+ It's unclear how everything will ultimately fit together,
118118but for now,
119119they're incubating in a shared monorepo
120120(the intent is for each of them to eventually become
@@ -308,8 +308,10 @@ having instead focused on perceived cosmetic issues.)
308308Without much in the way of strong design guidance,
309309we're not entirely sure what Swift documentation _should_ look like.
310310But we do think plain text is a good place to start.
311- We look forward to soliciting feedback and ideas from everyone
312- to identify what those needs are and come up with the best ways to meet them.
311+ We look forward to
312+ soliciting feedback and ideas from everyone
313+ so that we can identify those needs
314+ and figure out the best ways to meet them.
313315
314316In the meantime,
315317we've set ourselves up for success
@@ -329,7 +331,7 @@ that take advantage of modern infrastructure and tooling:
329331
330332These new technologies have already yielded some promising results.
331333` swift-doc` is built in Swift,
332- and can be installed both macOS and Linux as a small, standalone binary.
334+ and can be installed on both macOS and Linux as a small, standalone binary.
333335Because it relies only on a syntactic reading of Swift source code,
334336without needing code first to be compiled,
335337` swift-doc` is quite fast.
0 commit comments