Skip to content

Fix typos in contracts.md #1017

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 70 commits into from
Mar 15, 2024
Merged

Fix typos in contracts.md #1017

merged 70 commits into from
Mar 15, 2024

Conversation

bluetarpmedia
Copy link
Contributor

Fix some small typos

hsutter and others added 30 commits February 10, 2024 15:55
Added local hosting instructions in the YAML file

This renders beautifully locally, but for some reason it doesn't render properly on GitHub Pages yet. One possible reason is the `pages-build-deployment` workflow that GitHub Pages created on my initial attempt to use Pages (before trying MkDocs) is still running (and I can't figure out how to get rid of it) and it appears to be interfering with the `docs` workflow I created for MkDocs

If someone has ideas on how to debug this, please open an issue or email me - thx!
`_` wildcard, including in `inspect` and explicit discard

Named `break` and `continue`

`type` declaration syntax

Explicit `this`

`operator=`

Chained comparisons

Metafunctions overview

`@enum` and `@flag_enum`

`@union`
Type qualifiers
Binary operators
`is`
and update chained comparisons
* docs: fix some typos and confusing wording

* restore std::ssize
Reorganize sources

Fix long code lines to avoid horizontal scroll bars
And try to use extra CSS to tweak the navigation pane
And do further cleanup on the docs structure
* Reviewing cppfront docs

* integrations.md

* expressions and objects
gregmarr and others added 19 commits February 25, 2024 12:29
Return values
Branches
Loops
Template parameters
* Update functions.md

Signed-off-by: Neil Henderson <[email protected]>

* Tweak comments for divide example

---------

Signed-off-by: Neil Henderson <[email protected]>
Co-authored-by: Herb Sutter <[email protected]>
Signed-off-by: Neil Henderson <[email protected]>
Signed-off-by: Neil Henderson <[email protected]>
@bluetarpmedia
Copy link
Contributor Author

Just realised I applied this to the docs branch instead of main, is that okay?

@hsutter
Copy link
Owner

hsutter commented Mar 13, 2024

Thanks!

Right, I just merged docs to main but I didn't finish going through the PRs for docs.

My plan was to manually merge those to main in the next few days, but if you want to retarget this PR to main that would be fine too!

@bluetarpmedia bluetarpmedia changed the base branch from docs to main March 13, 2024 00:50
@bluetarpmedia bluetarpmedia changed the base branch from main to docs March 13, 2024 00:50
@bluetarpmedia bluetarpmedia changed the base branch from docs to main March 13, 2024 01:02
@bluetarpmedia
Copy link
Contributor Author

Changed PR target branch to main.

@hsutter
Copy link
Owner

hsutter commented Mar 15, 2024

Thanks!

@hsutter hsutter merged commit 4a83eb0 into hsutter:main Mar 15, 2024
@bluetarpmedia bluetarpmedia deleted the patch-11 branch March 20, 2024 03:52
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.

4 participants