Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/intl/Core__Intl__Common.res
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type localeMatcher = [#lookup | @as("best fit") #bestFit]
type localeMatcher = [#lookup | #bestFit]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


type calendar = [
| #buddhist
Expand Down
2 changes: 1 addition & 1 deletion src/intl/Core__Intl__DateTimeFormat.res
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type timeZoneName = [
]

type hourCycle = [#h11 | #h12 | #h23 | #h24]
type formatMatcher = [#basic | @as("best fit") #bestFit]
type formatMatcher = [#basic | #bestFit]
type fractionalSecondDigits = [#0 | #1 | #2 | #3]

type options = {
Expand Down