Skip to content

Commit

Permalink
Cleanup Oct 2024 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-allen authored Nov 2, 2024
1 parent ff5d7a7 commit 7b0e31f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ We propose to create a new object for representing measurements, for producing f

* The need to keep track of the precision of measured values. A measurement value represented with a large number of significant figures can imply that the measurements themselves are more precise than the apparatus used to take the measurement can support.

* The need to represent currency values. Often users will want to keep track of money values together with the currency in which those values are denominated.
- As in the "feet and inches" example, sometimes it is useful to present currency values with the major and minor units separated, as in "19 dollars and 17 cents." See: [Design for currency and unit inputs that carry their values ](https://github.com/tc39/ecma402/issues/911#issuecomment-2238619851)

* The need to represent currency values. Often users will want to keep track of money values together with the currency in which those values are denominated.
- As in the "feet and inches" example, sometimes it is useful to present currency values with the major and minor units separated, as in "19 dollars and 17 cents." See: [Design for currency and unit inputs that carry their values ](https://github.com/tc39/ecma402/issues/911#issuecomment-2238619851)

Expand Down Expand Up @@ -90,3 +87,4 @@ m.localeConvert("en-CA", "person-height")
m.toLocaleString("en-CA", "person-height")
// "5 feet 11 inches"
```

0 comments on commit 7b0e31f

Please sign in to comment.