Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ A short introduction to C++. The examples build on top of each other. A special

This part is not yet written.

### Polymorphism in C++

Please take a look at [the slides](https://www.daixtrose.de/talks/cplusplus-primer/talks/polymorphism/presentation.html#1) and the [source code](polymorphism).
Comment on lines +45 to +47
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove the trailing space in the heading.

Line 45 ends with a stray space (### Polymorphism in C++ ), which triggers markdownlint rule MD009. Drop that extra space so docs lint stays green.

🧰 Tools
🪛 LanguageTool

[grammar] ~45-~45: Use correct spacing
Context: ...ot yet written. ### Polymorphism in C++ Please take a look at [the slides](https...

(QB_NEW_EN_OTHER_ERROR_IDS_5)


[style] ~47-~47: To make your writing clearer, consider a more direct alternative.
Context: ...tten. ### Polymorphism in C++ Please take a look at [the slides](https://www.daixtr...

(TAKE_A_LOOK)


[grammar] ~47-~47: Use correct spacing
Context: ...#1) and the source code.

(QB_NEW_EN_OTHER_ERROR_IDS_5)

🪛 markdownlint-cli2 (0.18.1)

45-45: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)

🤖 Prompt for AI Agents
In README.md around lines 45 to 47, the heading "### Polymorphism in C++ "
contains a trailing space triggering markdownlint MD009; remove the extra space
at the end of the heading so it reads "### Polymorphism in C++" and keep the
rest of the line intact.