Skip to content

Commit 21168a3

Browse files
jdmonacoclaude
andcommitted
Fix plugin.py comment in architecture diagram
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e50d989 commit 21168a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ uv run python -m pytest tests/test_editorconfig.py # Run specific test file
3232
mdformat_space_control/
3333
├── __init__.py # Public API exports, version
3434
├── config.py # EditorConfig lookup, file context tracking
35-
└── plugin.py # List renderers (RENDERERS dict)
35+
└── plugin.py # Renderers, postprocessors, parser extensions
3636
```
3737

3838
**Key components:**

0 commit comments

Comments
 (0)