Skip to content

Commit

Permalink
Examples have been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
leventkaragol committed Oct 13, 2024
1 parent 3d66b65 commit 79f73cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

using namespace lklibs;

void simpleHTMLtoMDCoversion()
void simpleHTMLtoMDConversion()
{
const auto htmlContent = R"(
<html>
Expand Down Expand Up @@ -41,5 +41,5 @@ void simpleHTMLtoMDCoversion()

int main()
{
simpleHTMLtoMDCoversion();
simpleHTMLtoMDConversion();
}

0 comments on commit 79f73cc

Please sign in to comment.