Skip to content

Commit 3c0288b

Browse files
authored
Merge pull request #2342 from dempseyatgithub/normalize-author-links
Normalize author links to use GitHub profile links.
2 parents 01936e8 + 8596875 commit 3c0288b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proposals/0199-bool-toggle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Adding `toggle` to `Bool`
22

33
* Proposal: [SE-0199](0199-bool-toggle.md)
4-
* Author: [Chris Eidhof](http://chris.eidhof.nl)
4+
* Author: [Chris Eidhof](https://github.com/chriseidhof)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift/)
66
* Status: **Implemented (Swift 4.2)**
77
* Decision notes: [Rationale](https://forums.swift.org/t/accepted-se-199-add-toggle-to-bool/10681)

proposals/0266-synthesized-comparable-for-enumerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Synthesized `Comparable` conformance for `enum` types
22

33
* Proposal: [SE-0266](0266-synthesized-comparable-for-enumerations.md)
4-
* Author: [Dianna Ma (taylorswift)](https://forums.swift.org/u/taylorswift)
4+
* Author: [Dianna Ma (taylorswift)](https://github.com/tayloraswift)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
66
* Status: **Implemented (Swift 5.3)**
77
* Implementation: [apple/swift#25696](https://github.com/apple/swift/pull/25696)

0 commit comments

Comments
 (0)