File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ date/time API.
12
12
- You are implementing the Temporal API in a JavaScript engine or any
13
13
other language.
14
14
- You have internationalization date/time needs for different calendars
15
- that do not involve the ISO / propoleptic Gregorian calendar.
15
+ that do not involve the ISO / proleptic Gregorian calendar.
16
16
- You really like the JavaScript Temporal built-in and would like to use
17
17
a similar API that you are familiar with.
18
- - Idk, are you a big ECMA402 fan? Than we might be your jam.
18
+ - Idk, are you a big [ ECMA402] [ ecma402-spec ] fan? Than we might be your jam.
19
19
20
20
## Why not use ` jiff ` to implement Temporal?
21
21
@@ -45,4 +45,6 @@ Other concerns:
45
45
## Why not use other date/time Rust crates ` chrono ` , ` time ` and ` hifitime ` ?
46
46
47
47
These crates provide fantastic APIs for their intended goal, but most
48
- are designed for use with the propoleptic Gregorian calendar.
48
+ are designed for use with the proleptic Gregorian calendar.
49
+
50
+ [ ecma402-spec ] : https://tc39.es/ecma402/
You can’t perform that action at this time.
0 commit comments