We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b37460 commit 79d159dCopy full SHA for 79d159d
README.md
@@ -117,7 +117,7 @@ ps << tmp;
117
// But beware that it will execute on destruction if it wasn't executed!
118
ps >> [&](int a,int b){ ... };
119
120
-// after a successfull execution the statment an be executed again, but the bound values are resetted.
+// after a successfull execution the statment can be executed again, but the bound values are resetted.
121
// If you dont need the returned values you can execute it like this
122
ps.execute();
123
// or like this
0 commit comments