Skip to content

Commit

Permalink
Merge pull request #23 from VojtaStruhar/patch-1
Browse files Browse the repository at this point in the history
[IMP] Correct a typo in README.md
  • Loading branch information
jordanvrtanoski authored Oct 20, 2024
2 parents 989dd80 + e5dabc3 commit ccca80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int main(int argc, char **argv) {
// Creage Lua context
LuaContext lua;
// Create library "foo" conatining the "foo" function
// Create library "foolib" containing the "sum" function
std::shared_ptr<LuaLibrary> lib = std::make_shared<LuaLibrary>("foolib");
lib->AddCFunction("sum", _sum);
Expand Down

0 comments on commit ccca80c

Please sign in to comment.