diff --git a/docs/superpowers/specs/2026-04-17-flights-map-c2-markers-zoom-design.md b/docs/superpowers/specs/2026-04-17-flights-map-c2-markers-zoom-design.md index f9404548..c98673b6 100644 --- a/docs/superpowers/specs/2026-04-17-flights-map-c2-markers-zoom-design.md +++ b/docs/superpowers/specs/2026-04-17-flights-map-c2-markers-zoom-design.md @@ -222,7 +222,7 @@ Three test files. - `getCityZoomLevel("TJM")` → `5` (500k). - `getCityZoomLevel("MMK")` → `6` (100k). - `getCityZoomLevel("UNKNOWN")` → `6` (default). -- `POPULATION_1KK.size === 29`, `POPULATION_500K.size === 23`, `POPULATION_100K.size === 39`, `POPULAR_RESORTS.size === 15` — exact sizes (tight couplings to the Angular source; any delta is intentional and must update this expectation). +- `POPULATION_1KK.size === 30`, `POPULATION_500K.size === 23`, `POPULATION_100K.size === 39`, `POPULAR_RESORTS.size === 15` — exact sizes (tight couplings to the Angular source; any delta is intentional and must update this expectation). ### `MapCanvas.test.tsx` — jsdom