chore: remove typos, spelling mistakes & trailing whitespaces#16
Open
jaques-sam-tlv wants to merge 1 commit into
Open
Conversation
rdjondo
requested changes
Jul 2, 2026
|
|
||
| ## Windows | ||
| Visit https://visualstudio.microsoft.com/vs/community/ and download Visual Studio Community. | ||
| Visit https://visualstudio.microsoft.com/vs/community/ and download Visual Studio Community. |
|
|
||
| ### In Windows | ||
| Visual Studio will let you choose the specific exercise you would like to solve. | ||
| Visual Studio will let you choose the specific exercise you would like to solve. |
| // even after you already figured it out. | ||
|
|
||
| int type_function(int input) { | ||
| x = input; |
|
|
||
| // This example showcases the use of a constexpr (computable at compile time) | ||
| constexpr int double_var(const int x){ | ||
| // Solution fix the next line variable : note input cannot be modified |
|
|
||
| int double_value_function(int x) { | ||
| return double_var(x); | ||
| return double_var(x); |
|
|
||
| // We sometimes encourage you to keep trying things on shape given exercise, | ||
| // even after you already figured it out. | ||
| // even after you already figured it out. |
|
|
||
| public: | ||
| Holder(std::string n = "") { | ||
| Holder(std::string n = "") { |
| // We sometimes encourage you to keep trying things on shape given exercise, | ||
| // even after you already figured it out. | ||
| // even after you already figured it out. | ||
|
|
|
|
||
| // We sometimes encourage you to keep trying things on shape given exercise, | ||
| // even after you already figured it out. | ||
| // even after you already figured it out. |
| // even after you already figured it out. | ||
|
|
||
| // Step 1: Make me compile. Share ownership of data from fill_vec1 to fill_vec2. | ||
| // Step 1: Make me compile. Share ownership of data from fill_vec1 to fill_vec2. |
Owner
|
Can you review all your changes and reduce the amount of unnecessary changes? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.