File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -281,8 +281,8 @@ pub struct Now {
281
281
282
282
Once we've constructed ` Now ` , then we are off to the races!
283
283
284
- In Boa, implementing ` Now ` is as easy the below implementation for
285
- ` Temporal.Now.plainDateISO() ` :
284
+ To show the ` NowBuilder ` in action, in Boa, the implementation for
285
+ ` Temporal.Now.plainDateISO() ` with the builder API is the below :
286
286
287
287
``` rust
288
288
impl Now {
@@ -455,8 +455,8 @@ A FFI version of temporal is also available for C and C++ via
455
455
change that may be made upstream in the ECMAScript or ECMA402
456
456
specification will also be reflected in ` temporal_rs ` .
457
457
458
- There are also a few outstanding issues with changes that may
459
- be reflected in the API.
458
+ There are also a few outstanding issues with changes that may be
459
+ reflected in the API.
460
460
461
461
1 . Duration's inner repr and related constructors.
462
462
2 . ` ZonedDateTime.prototype.getTimeZoneTransition ` implementation
You can’t perform that action at this time.
0 commit comments