Skip to content

Commit af2df9a

Browse files
NdpntMattiSG
andauthored
Improve wording
Co-authored-by: Matti Schneider <[email protected]>
1 parent dd553c1 commit af2df9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All changes that impact users of this module are documented in this file, in the
88
99
### Added
1010

11-
- Add a horizontal rule to delimit source documents when concatenating them to improve readability
11+
- Improve readability of multi-document terms
1212

1313
## 7.0.0 - 2025-07-21
1414

src/archivist/recorder/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Record from './record.js';
55
export default class Version extends Record {
66
static REQUIRED_PARAMS = Object.freeze([ ...Record.REQUIRED_PARAMS, 'snapshotIds' ]);
77

8-
static SOURCE_DOCUMENTS_SEPARATOR = '\n\n- - -\n\n'; // Separator used to delimit source documents when concatenating them. The "- - -" produces a horizontal rule in markdown
8+
static SOURCE_DOCUMENTS_SEPARATOR = '\n\n- - -\n\n'; // Separator used to delimit source documents when concatenating them. The "- - -" produces a horizontal ruler in Markdown
99

1010
constructor(params) {
1111
super(params);

0 commit comments

Comments
 (0)