Skip to content

Corrected some typos#48

Open
xiaodong-lu wants to merge 6 commits intoShiqiYu:mainfrom
xiaodong-lu:main
Open

Corrected some typos#48
xiaodong-lu wants to merge 6 commits intoShiqiYu:mainfrom
xiaodong-lu:main

Conversation

@xiaodong-lu
Copy link

No description provided.

//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