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 {
281281
282282Once we've constructed ` Now ` , then we are off to the races!
283283
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 :
286286
287287``` rust
288288impl Now {
@@ -455,8 +455,8 @@ A FFI version of temporal is also available for C and C++ via
455455 change that may be made upstream in the ECMAScript or ECMA402
456456 specification will also be reflected in ` temporal_rs ` .
457457
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.
460460
461461 1 . Duration's inner repr and related constructors.
462462 2 . ` ZonedDateTime.prototype.getTimeZoneTransition ` implementation
You can’t perform that action at this time.
0 commit comments