Skip to content

Commit 8d0dddc

Browse files
committed
review feedback + fix misspelled proleptic
1 parent 8469110 commit 8d0dddc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/FAQ.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ date/time API.
1212
- You are implementing the Temporal API in a JavaScript engine or any
1313
other language.
1414
- 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.
1616
- You really like the JavaScript Temporal built-in and would like to use
1717
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.
1919

2020
## Why not use `jiff` to implement Temporal?
2121

@@ -45,4 +45,6 @@ Other concerns:
4545
## Why not use other date/time Rust crates `chrono`, `time` and `hifitime`?
4646

4747
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/

0 commit comments

Comments
 (0)