Skip to content

The em dash leaves the page comment - #341

Merged
iderex merged 1 commit into
masterfrom
docs/340-the-em-dash-leaves-the-page-comment
Sep 5, 2026
Merged

iderex merged 1 commit into
masterfrom
docs/340-the-em-dash-leaves-the-page-comment

Conversation

@iderex

@iderex iderex commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

Closes #340

Two em dashes framed a parenthetical in the header comment of Jellyfin.Plugin.Stats/Pages/whyTheServerTranscodes.js, and this project writes none. A colon and a comma carry the same break. The comment keeps every claim it carried and no code moves.

git diff --stat origin/master...HEAD
 Jellyfin.Plugin.Stats/Pages/whyTheServerTranscodes.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

git grep -n -P '\x{2014}' HEAD -- . ; echo "exit=$?"
exit=1

The means

A comment in a source file the tree already carries; no language, runtime or dependency is added.

Nobody other than me has read this change.

Two thought dashes framed a parenthetical in the header comment of
whyTheServerTranscodes.js, and this project writes none. A colon and a comma
carry the same break, the comment keeps every claim, and no code moves.

Closes #340

Signed-off-by: Nils Lehnen <30603423+iderex@users.noreply.github.com>
@iderex
iderex merged commit 0c4491e into master Sep 5, 2026
25 checks passed
@iderex
iderex deleted the docs/340-the-em-dash-leaves-the-page-comment branch September 5, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Two em dashes stand in a page comment, and this project writes none

1 participant