Skip to content

Commit 79d159d

Browse files
committed
Fix typo in README
1 parent 2b37460 commit 79d159d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ ps << tmp;
117117
// But beware that it will execute on destruction if it wasn't executed!
118118
ps >> [&](int a,int b){ ... };
119119
120-
// after a successfull execution the statment an be executed again, but the bound values are resetted.
120+
// after a successfull execution the statment can be executed again, but the bound values are resetted.
121121
// If you dont need the returned values you can execute it like this
122122
ps.execute();
123123
// or like this

0 commit comments

Comments
 (0)