style: replace em dashes with colons in docs

This commit is contained in:
Aric Camarata 2026-03-08 17:28:04 -04:00
parent 9e61d6e594
commit 69b08f5971

View file

@ -173,7 +173,7 @@ The package ships dual CJS/ESM builds with full `.d.ts` and `.d.mts` declaration
## Architecture
A thin adapter over [hijri-core](https://github.com/acamarata/hijri-core) that maps the Temporal Calendar Protocol to Hijri calendar engine calls. The `UaqCalendar` and `FcnaCalendar` classes implement `Temporal.CalendarProtocol` the package itself adds no calendar math.
A thin adapter over [hijri-core](https://github.com/acamarata/hijri-core) that maps the Temporal Calendar Protocol to Hijri calendar engine calls. The `UaqCalendar` and `FcnaCalendar` classes implement `Temporal.CalendarProtocol`: the package itself adds no calendar math.
For more detail see the [Architecture wiki page](https://github.com/acamarata/temporal-hijri/wiki/Architecture).