Skip to content

Commit

Permalink
fix: small typo in the destructors example.
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyjose committed Aug 28, 2024
1 parent e85478d commit 8c38fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ nothing.
}
int main( int argc, char **argv )
{
Foo foo();
Foo foo;
return 0;
}
Expand Down

0 comments on commit 8c38fc6

Please sign in to comment.