Skip to content

Fix 'propogate' typo and broken TOC anchor for std::optional monadic ops#146

Open
shaked-shlomo wants to merge 1 commit into
AnthonyCalandra:masterfrom
shaked-shlomo:fix/typo-and-broken-anchor
Open

Fix 'propogate' typo and broken TOC anchor for std::optional monadic ops#146
shaked-shlomo wants to merge 1 commit into
AnthonyCalandra:masterfrom
shaked-shlomo:fix/typo-and-broken-anchor

Conversation

@shaked-shlomo
Copy link
Copy Markdown

Two small fixes (applied in both the per-version files and the aggregated README.md):

  1. Typo: propogatepropagate in the std::span const note (CPP20.md / README.md).

  2. Broken table-of-contents link: the C++23 entry for monadic operations for std::optional was missing the leading #, so it linked to a (non-existent) relative file path instead of the in-page section anchor (CPP23.md / README.md):

    -- [monadic operations for `std::optional`](monadic-operations-for-stdoptional)
    +- [monadic operations for `std::optional`](#monadic-operations-for-stdoptional)

All other TOC entries already use the #anchor form.

🤖 Generated with Claude Code

- 'propogate' -> 'propagate' in the std::span note (CPP20.md + README.md)
- Add missing '#' to the 'monadic operations for std::optional' table-of-
  contents link so it points to the section anchor (CPP23.md + README.md)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant