mirror of
https://github.com/acamarata/date-fns-hijri.git
synced 2026-07-01 11:14:26 +00:00
style: replace em dashes with colons in docs
This commit is contained in:
parent
fb861e38de
commit
bc32214cee
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ const opts: ConversionOptions = { calendar: 'fcna' };
|
|||
|
||||
## Architecture
|
||||
|
||||
A thin adapter over [hijri-core](https://github.com/acamarata/hijri-core). Each function is a stateless wrapper that delegates to the registered calendar engine. No global state, no configuration object — pass options per call.
|
||||
A thin adapter over [hijri-core](https://github.com/acamarata/hijri-core). Each function is a stateless wrapper that delegates to the registered calendar engine. No global state, no configuration object: pass options per call.
|
||||
|
||||
For more detail see the [Architecture wiki page](https://github.com/acamarata/date-fns-hijri/wiki/Architecture).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue