Skip to content

Commit fa504a3

Browse files
docs: remove issue refs from moduledocs in SpecValidator and Parser
Issue refs belong in commit messages, not persistent module docs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 81465e6 commit fa504a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/ptc_runner/lisp/spec_validator.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule PtcRunner.Lisp.SpecValidator do
1010
and the implementation.
1111
1212
The markdown-parsing half lives in
13-
`PtcRunner.Lisp.SpecValidator.Parser` (#899). This module is the
13+
`PtcRunner.Lisp.SpecValidator.Parser`. This module is the
1414
thin orchestration façade: spec I/O + example execution + result
1515
aggregation + negative-test handling.
1616

lib/ptc_runner/lisp/spec_validator/parser.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule PtcRunner.Lisp.SpecValidator.Parser do
22
@moduledoc """
3-
Markdown-extraction half of `PtcRunner.Lisp.SpecValidator` (#899).
3+
Markdown-extraction half of `PtcRunner.Lisp.SpecValidator`.
44
55
Parses the PTC-Lisp specification markdown into structured data —
66
testable examples (`{code, expected, section}` tuples), `TODO` and

0 commit comments

Comments
 (0)