Skip to content

Commit 2888e8d

Browse files
Fix punctuation (swiftlang#569)
1 parent b65dd14 commit 2888e8d

File tree

13 files changed

+120
-120
lines changed

13 files changed

+120
-120
lines changed

_data/documentation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
url: /documentation/api-design-guidelines/
1010
description: |
1111
Delivering a clear, consistent developer experience when writing Swift code is largely defined by the names and idioms that appear in APIs.
12-
These design guidelines explain how to make sure that your code feels like a part of the larger Swift ecosystem
12+
These design guidelines explain how to make sure that your code feels like a part of the larger Swift ecosystem.
1313
- title: Standard Library
1414
url: /documentation/standard-library/
1515
description: |
@@ -38,7 +38,7 @@
3838
- title: Swift on Server
3939
url: /documentation/server/
4040
description: |
41-
Swift is a general-purpose programming language with unique characteristics that make it specifically suitable for Server applications
41+
Swift is a general-purpose programming language with unique characteristics that make it specifically suitable for Server applications.
4242
- title: Mixing Swift and C++
4343
url: /documentation/cxx-interop/
4444
description: |
@@ -83,4 +83,4 @@
8383
- title: Compiler Architecture
8484
url: /documentation/swift-compiler/
8585
description: |
86-
Overview of the Swift compiler architecture
86+
Overview of the Swift compiler architecture.

code-of-conduct/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ In the interest of fostering an open and welcoming environment, we as contributo
1313

1414
Examples of behavior that contributes to creating a positive environment include:
1515

16-
* Using welcoming and inclusive language (e.g., prefer non-gendered words like “folks” to “guys”, non-ableist words like “soundness check” to “sanity check”, etc.)
17-
* Being respectful of differing viewpoints and experiences
18-
* Gracefully accepting constructive criticism
19-
* Focusing on what is best for the community
20-
* Showing empathy towards other community members
16+
* Using welcoming and inclusive language (e.g., prefer non-gendered words like “folks” to “guys”, non-ableist words like “soundness check” to “sanity check”, etc.).
17+
* Being respectful of differing viewpoints and experiences.
18+
* Gracefully accepting constructive criticism.
19+
* Focusing on what is best for the community.
20+
* Showing empathy towards other community members.
2121

2222
Examples of unacceptable behavior by participants include:
2323

24-
* The use of sexualized language or imagery and unwelcome sexual attention or advances
25-
* Trolling, insulting/derogatory comments, and personal or political attacks
26-
* Public or private harassment
27-
* Publishing others’ private information, such as a physical or electronic address, without explicit permission
28-
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
* The use of sexualized language or imagery and unwelcome sexual attention or advances.
25+
* Trolling, insulting/derogatory comments, and personal or political attacks.
26+
* Public or private harassment.
27+
* Publishing others’ private information, such as a physical or electronic address, without explicit permission.
28+
* Other conduct which could reasonably be considered inappropriate in a professional setting.
2929

3030
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
3131

community/_forums.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ A core principle for the Swift project is that the community is an open and incl
2121

2222
### Swift Users
2323
[Using Swift]: #using-swift
24-
**[Using Swift](https://forums.swift.org/c/swift-users)** - For newcomers or those primarily interested in using the Swift language, it is best to start by engaging within the Using Swift category. This area is intended for users to get help with or ask questions about Swift or its related tools and is not for discussion about work being done to the language itself. This category will accept email sent to: [email protected]
24+
**[Using Swift](https://forums.swift.org/c/swift-users)** - For newcomers or those primarily interested in using the Swift language, it is best to start by engaging within the Using Swift category. This area is intended for users to get help with or ask questions about Swift or its related tools and is not for discussion about work being done to the language itself. This category will accept email sent to: [email protected].
2525

2626
### Development
2727
[Development]: #development
2828

29-
**[Compiler](https://forums.swift.org/c/development/compiler)** - For developers to discuss the development and implementation of the Swift compiler, low-level runtime, and SourceKit. This category will accept email sent to: [email protected]
29+
**[Compiler](https://forums.swift.org/c/development/compiler)** - For developers to discuss the development and implementation of the Swift compiler, low-level runtime, and SourceKit. This category will accept email sent to: [email protected].
3030

31-
**[Standard Library](http://forums.swift.org/c/development/stdlib)** - For developers to discuss the implementation of the Swift standard library. This category will accept email sent to: [email protected]
31+
**[Standard Library](http://forums.swift.org/c/development/stdlib)** - For developers to discuss the implementation of the Swift standard library. This category will accept email sent to: [email protected].
3232

33-
**[Core Libraries](http://forums.swift.org/c/development/corelibs)** - For developers to discuss the implementation of the Swift core libraries. This category will accept email sent to: [email protected]
33+
**[Core Libraries](http://forums.swift.org/c/development/corelibs)** - For developers to discuss the implementation of the Swift core libraries. This category will accept email sent to: [email protected].
3434

35-
**[LLDB](http://forums.swift.org/c/development/lldb)** - For developers to discuss the implementation of the Swift REPL and Swift-specific aspects of LLDB. This category will accept email sent to: [email protected]
35+
**[LLDB](http://forums.swift.org/c/development/lldb)** - For developers to discuss the implementation of the Swift REPL and Swift-specific aspects of LLDB. This category will accept email sent to: [email protected].
3636

37-
**[Package Manager](http://forums.swift.org/c/development/SwiftPM)** - For developers to discuss the implementation of the Swift package manager. This category will accept email sent to: [email protected]
37+
**[Package Manager](http://forums.swift.org/c/development/SwiftPM)** - For developers to discuss the implementation of the Swift package manager. This category will accept email sent to: [email protected].
3838

39-
**[LLBuild](http://forums.swift.org/c/development/llbuild)** - For developers to discuss the implementation of the low level build system (llbuild). This category will accept email sent to: [email protected]
39+
**[LLBuild](http://forums.swift.org/c/development/llbuild)** - For developers to discuss the implementation of the low level build system (llbuild). This category will accept email sent to: [email protected].
4040

4141
**[Announcements](http://forums.swift.org/c/development/dev-announce)** - For announcements relevant to developers such as release announcements, branching, and infrastructure updates.
4242

@@ -49,11 +49,11 @@ Please see the [Swift evolution repository](https://github.com/apple/swift-evolu
4949

5050
**[Announcements](https://forums.swift.org/c/evolution/announce)** - For announcements of Swift evolution proposal reviews and results. All discussion and review of evolution proposals occurs on the swift-evolution mailing list.
5151

52-
**[Pitches](https://forums.swift.org/c/evolution/pitches)** - For proposals for the evolution of Swift including new language features, new standard library APIs, and so on before they enter the review phase. This category will accept email sent to: [email protected]
52+
**[Pitches](https://forums.swift.org/c/evolution/pitches)** - For proposals for the evolution of Swift including new language features, new standard library APIs, and so on before they enter the review phase. This category will accept email sent to: [email protected].
5353

54-
**[Proposal Reviews](https://forums.swift.org/c/evolution/proposal-reviews)** - Posting and commentary on proposals in the review phase. This category will accept email sent to: [email protected]
54+
**[Proposal Reviews](https://forums.swift.org/c/evolution/proposal-reviews)** - Posting and commentary on proposals in the review phase. This category will accept email sent to: [email protected].
5555

56-
**[Discussion](https://forums.swift.org/c/evolution/discuss)** - For general discussion of the evolution of Swift. This category will accept email sent to: [email protected]
56+
**[Discussion](https://forums.swift.org/c/evolution/discuss)** - For general discussion of the evolution of Swift. This category will accept email sent to: [email protected].
5757

5858
### Server
5959
[Server]: #server

community/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The Swift.org community has the singular goal of making the world's best general
1010

1111
The Swift language is developed in the open, and all technical or administrative topics about the language or community processes should be directed to the Swift public forums. Public conversations are encouraged, and active developers of the Swift language should monitor the relevant forum categories.
1212

13-
* Directory of forum categories and email instructions are in the [forum section](#forums)
14-
* Source code for all Swift projects can be found on GitHub at [github.com/apple][github]
15-
* The Swift language bug tracking system is maintained at [github.com/apple/swift/issues][bugtracker]
13+
* Directory of forum categories and email instructions are in the [forum section](#forums).
14+
* Source code for all Swift projects can be found on GitHub at [github.com/apple][github].
15+
* The Swift language bug tracking system is maintained at [github.com/apple/swift/issues][bugtracker].
1616

1717
All communication within project spaces should adhere to Swift project's [Code of Conduct](/code-of-conduct).
1818

@@ -22,16 +22,16 @@ Advancing the Swift programming language with a coherent, clear view of its evol
2222

2323

2424
* __[Project Lead](#project-lead)__ appoints technical leaders from the community. Apple Inc. is the project lead, and interacts with the community through its representative.
25-
* __[Core Team](#core-team)__ is the small group responsible for strategic direction and oversight of the Swift project
26-
* __[Code Owner](#code-owners)__ is the individual responsible for a specific area of the Swift codebase
27-
* __[Committer](/contributing/#commit-access)__ is anyone that has commit access to the Swift code base
28-
* __[Contributor](/contributing/#contributing-code)__ is anyone that contributes a patch or helps with code review
25+
* __[Core Team](#core-team)__ is the small group responsible for strategic direction and oversight of the Swift project.
26+
* __[Code Owner](#code-owners)__ is the individual responsible for a specific area of the Swift codebase.
27+
* __[Committer](/contributing/#commit-access)__ is anyone that has commit access to the Swift code base.
28+
* __[Contributor](/contributing/#contributing-code)__ is anyone that contributes a patch or helps with code review.
2929
* __Workgroups__
30-
* __[C++ Interoperability Workgroup](/cxx-interop-workgroup)__ is a team that works on adding the support for the bidirectional interoperability between Swift and C++
31-
* __[Documentation Workgroup](/documentation-workgroup)__ is a steering team that helps guide the documentation experience for Swift
32-
* __[Language Steering Group](#language-steering-group)__ is a small group of experts that drive the Swift language forward in a coherent direction
33-
* __[Swift on Server Workgroup](/sswg)__ is a steering team that promotes the use of Swift for developing and deploying server applications
34-
* __[Website Workgroup](/website-workgroup/)__ is a steering team that helps guide the evolution on the Swift.org website
30+
* __[C++ Interoperability Workgroup](/cxx-interop-workgroup)__ is a team that works on adding the support for the bidirectional interoperability between Swift and C++.
31+
* __[Documentation Workgroup](/documentation-workgroup)__ is a steering team that helps guide the documentation experience for Swift.
32+
* __[Language Steering Group](#language-steering-group)__ is a small group of experts that drive the Swift language forward in a coherent direction.
33+
* __[Swift on Server Workgroup](/sswg)__ is a steering team that promotes the use of Swift for developing and deploying server applications.
34+
* __[Website Workgroup](/website-workgroup/)__ is a steering team that helps guide the evolution on the Swift.org website.
3535

3636
Most importantly, everyone that uses Swift is a valued member of our extended community.
3737

contributing/_contributing-code.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ People depend on Swift to create their production software. This means that a b
150150

151151
Additionally, the committer is responsible for addressing any problems found in the future that the change may cause. This responsibility means that you may need to update your change in order to:
152152

153-
* Ensure the code compiles cleanly on all primary platforms
154-
* Fix any correctness regressions found in other test suites
155-
* Fix any major performance regressions
156-
* Fix any performance or correctness regressions in the downstream Swift tools
157-
* Fix any performance or correctness regressions that result in customer code that uses Swift
158-
* Address any bugs that appear in the bug tracker as a result from your change
153+
* Ensure the code compiles cleanly on all primary platforms.
154+
* Fix any correctness regressions found in other test suites.
155+
* Fix any major performance regressions.
156+
* Fix any performance or correctness regressions in the downstream Swift tools.
157+
* Fix any performance or correctness regressions that result in customer code that uses Swift.
158+
* Address any bugs that appear in the bug tracker as a result from your change.
159159

160160
We prefer that these issues be handled before submission, but we understand that it isn’t possible to test all of this for every submission. Our continuous integration (CI) infrastructure normally finds these problems. We recommend watching the CI infrastructure throughout the next day to look for regressions. The CI infrastructure will directly email you if a group of commits that included yours caused a failure. You are expected to check those messages to see whether they are your fault and, if so, fix the breakage.
161161

contributor-experience-workgroup/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ The Contributor Experience Workgroup supports contributors to the Swift project,
77

88
## Charter
99

10-
The Contributor Experience Workgroup is devoted to
11-
- improving the mechanics and ergonomics of contributing to the Swift compiler and related open source repositories by
12-
- providing guidance and setting expectations for the GitHub pull request and issue workflows
13-
- maintaining onboarding documentation
14-
- adding and managing GitHub labels
15-
- providing support systems and facilitating collaboration amongst contributors through
16-
- the Swift Mentorship Program
17-
- community groups
18-
- collaboration tools and spaces to connect with other contributors
10+
The Contributor Experience Workgroup is devoted to:
11+
- improving the mechanics and ergonomics of contributing to the Swift compiler and related open source repositories by:
12+
- providing guidance and setting expectations for the GitHub pull request and issue workflows.
13+
- maintaining onboarding documentation.
14+
- adding and managing GitHub labels.
15+
- providing support systems and facilitating collaboration amongst contributors through:
16+
- the Swift Mentorship Program.
17+
- community groups.
18+
- collaboration tools and spaces to connect with other contributors.
1919

2020
### Diversity
2121

diversity/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ The Diversity in Swift workgroup will include posts on the Swift.org blog that r
4747

4848
Everyone is welcome to participate in Diversity in Swift! Below are a few specific ways to contribute:
4949

50-
* Joining community groups that you identify with
51-
* Proposing new community groups or programs
52-
* Sharing Swift content on the [Community Showcase](https://forums.swift.org/c/community-showcase)
53-
* Encouraging participation and highlighting work from developers who are currently underrepresented in the community
50+
* Joining community groups that you identify with.
51+
* Proposing new community groups or programs.
52+
* Sharing Swift content on the [Community Showcase](https://forums.swift.org/c/community-showcase).
53+
* Encouraging participation and highlighting work from developers who are currently underrepresented in the community.
5454

5555
Anybody can work toward making the Swift community even more approachable. Members of the community can help newcomers overcome barriers by [answering questions on the Swift Forums](/contributing/#answering-questions), improving [open source Swift documentation](https://github.com/apple/swift/blob/main/docs/README.md), searching for or creating [good first issues](/contributing/#good-first-issues), and more.

documentation-workgroup/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ documentation experience for Swift.
99
The Documentation Workgroup will:
1010

1111
* Define and prioritize efforts that address the documentation needs of the
12-
Swift community
13-
* Actively guide development for documentation tooling such as Swift-DocC
12+
Swift community.
13+
* Actively guide development for documentation tooling such as Swift-DocC.
1414
* Define processes that govern contributions to Swift’s documentation
15-
experience
16-
* Channel feedback to Swift Core Team about the needs of the Swift community
15+
experience.
16+
* Channel feedback to Swift Core Team about the needs of the Swift community.
1717

1818
The current Documentation Workgroup consists of the following people:
1919

@@ -67,10 +67,10 @@ The Core Team also selects one member of the workgroup as the chair. The chair
6767
has no special authority over the workgroup, but they are responsible for
6868
ensuring its smooth functioning, including by:
6969

70-
* Organizing and leading regular meetings
71-
* Ensuring that the workgroup communicates effectively with the community
70+
* Organizing and leading regular meetings.
71+
* Ensuring that the workgroup communicates effectively with the community.
7272
* Coordinating meetings between workgroup representatives and the Core Team
73-
when issues need to be raised to the Core Team
73+
when issues need to be raised to the Core Team.
7474

7575
Workgroup members will try to make a decision independently by consensus
7676
whenever possible, and will raise issues to the Core Team when there are particular
@@ -90,11 +90,11 @@ experience and the Documentation Workgroup’s initiatives. If you’d like to
9090
contribute, consider:
9191

9292
* Joining the Documentation Workgroup’s open meetings on WebEx (reach out to
93-
`@swift-documentation-workgroup` in forums for details)
93+
`@swift-documentation-workgroup` in forums for details).
9494
* Discussing ideas in the Swift Forums, for example in the [Swift-DocC
9595
forum](https://forums.swift.org/c/development/swift-docc) for
96-
Swift-DocC–related ideas
96+
Swift-DocC–related ideas.
9797
* Opening issues to track enhancements and bugs for the projects governed by the Documentation Workgroup:
98-
[Swift-DocC](https://github.com/apple/swift-docc/issues), [The Swift Programming Language book](https://github.com/apple/swift-book/issues)
98+
[Swift-DocC](https://github.com/apple/swift-docc/issues), [The Swift Programming Language book](https://github.com/apple/swift-book/issues).
9999
* Participating in the [Swift Mentorship
100-
Program](/mentorship)
100+
Program](/mentorship).

0 commit comments

Comments
 (0)