-
Notifications
You must be signed in to change notification settings - Fork 36
Fix typos in repo #285
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
base: main
Are you sure you want to change the base?
Fix typos in repo #285
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #285 +/- ##
==========================================
- Coverage 80.87% 80.56% -0.32%
==========================================
Files 20 20
Lines 957 957
Branches 88 88
==========================================
- Hits 774 771 -3
- Misses 183 186 +3 🚀 New features to boost your workflow:
|
<name>select_on_container_copy_contruction</name> | ||
<anchorfile>cpp/memory/polymorphic_allocator/select_on_container_copy_contruction</anchorfile> | ||
<name>select_on_container_copy_construction</name> | ||
<anchorfile>cpp/memory/polymorphic_allocator/select_on_container_copy_construction</anchorfile> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this file came from the "internet". Maybe we should not touch it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also thought this came from somewhere on the internet, but the document on these lines is wrong . Its supposed to be pointing to https://en.cppreference.com/w/cpp/memory/polymorphic_allocator/select_on_container_copy_construction (with the end of the link being the anchorfile), but as you can the anchorfile is not correct, due to the typo.
Description
Please include a summary of changes, motivation and context for this PR.
This PR fixes some typos in the repo.
Fixes # (issue)
Type of change
Please tick all options which are relevant.