Skip to content
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

Corrected some typos #48

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Corrected some typos #48

wants to merge 4 commits into from

Conversation

xiaodong-lu
Copy link

No description provided.

@@ -215,12 +215,12 @@ Link errors are caused in the link stage. The most common link error is `undefin
//mul.cpp
#include "mul.hpp"

int Mul(int a, int b) //mul() is callled in main() but here it is Mul()

Choose a reason for hiding this comment

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

here function name should be 'mul' as in the main it is mentioned it is mul()

Copy link
Author

Choose a reason for hiding this comment

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

Yes and this is the example showing link error due to a function name typo. I just fixed the typo "callled" to "called".

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.

2 participants