docs: drop map-entry divergence note (key/val now distinguish entries from vectors)

This commit is contained in:
Yogthos 2026-06-05 14:22:26 -04:00
parent 360b23c8af
commit ac33124ed4

View file

@ -135,8 +135,6 @@ platform/design differences above, not by missing behavior:
lose precision (doubles), and `subs`/`count` work on bytes, not code points.
- **Eager seqs**`map`/`filter`/`range` return vectors, so `seq?`/`vector?`/
`sequential?` of their results differ, and sorts aren't guaranteed stable.
- **Map entries** — a map entry is an ordinary 2-vector, so `key`/`val` accept
any 2-vector and a few `thrown?` cases for non-entries don't fire.
## License