Skip to content

Commit a5572b0

Browse files
committed
docs(changelog): fix X_START_SECTOR description
1 parent b115831 commit a5572b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2323
`crc` properties plus an `extra_info` dict for arbitrary sidecar keys.
2424

2525
- Experimental `X_START_SECTOR` extra-info key on `.inf` sidecars, read
26-
via `InfData.startSector`. Carries the source disc's start sector so
27-
a rebuild can place the file at its original location instead of
26+
via `InfData.startSector`. Carries the start sector of the file so
27+
a rebuild can place it at its original location instead of
2828
picking a fresh slot from the free-space map. The plain
2929
`START_SECTOR` form is also accepted and preferred when both keys
3030
are present (a dual-keyed sidecar emits a `UserWarning` but still

0 commit comments

Comments
 (0)