Skip to content

Commit d06d9ac

Browse files
[SE-0211] Accepted with revisions (numericValue)
1 parent 3be43e0 commit d06d9ac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

proposals/0211-unicode-scalar-properties.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Add Unicode Properties to `Unicode.Scalar`
22

33
* Proposal: [SE-0211](0211-unicode-scalar-properties.md)
4-
* Authors: [Tony Allevato](https://github.com/allevato)
4+
* Author: [Tony Allevato](https://github.com/allevato)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
6-
* Status: **In active review (April 24 – May 1)**
6+
* Status: **Accepted with revisions**
77
* Implementation: [apple/swift#15593](https://github.com/apple/swift/pull/15593)
8+
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0211-add-unicode-properties-to-unicode-scalar/13857)
9+
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/9b1c670206052f5c94bcb20df1c30c27a06e9755/proposals/0211-unicode-scalar-properties.md)
810

911
## Introduction
1012

@@ -330,7 +332,7 @@ extension Unicode.Scalar.Properties {
330332
public var numericType: Unicode.NumericType?
331333

332334
/// Corresponds to the `Numeric_Value` Unicode property.
333-
public var numericValue: Double
335+
public var numericValue: Double?
334336
}
335337

336338
extension Unicode {

0 commit comments

Comments
 (0)