Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected a typo
  • Loading branch information
VojtaStruhar authored Sep 23, 2024
1 parent 989dd80 commit e5dabc3
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 e5dabc3

Please sign in to comment.