Skip to content

Commit

Permalink
Merge pull request #125 from schveiguy/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
denizzzka authored Nov 15, 2018
2 parents 848d438 + 3e1d14c commit 77cd703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpq2/result.d
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ immutable class Answer : Result
* that generated the Answer. This function can only be used following the execution of
* a SELECT, CREATE TABLE AS, INSERT, UPDATE, DELETE, MOVE, FETCH, or COPY statement,
* or an EXECUTE of a prepared query that contains an INSERT, UPDATE, or DELETE statement.
* If the command that generated the Anser was anything else, cmdTuples returns an empty string.
* If the command that generated the Anwser was anything else, cmdTuples returns an empty string.
*/
string cmdTuples()
{
Expand Down

0 comments on commit 77cd703

Please sign in to comment.