Skip to content

Commit 8079890

Browse files
authored
Remove typo (#734)
1 parent 44ce569 commit 8079890

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
@@ -16,7 +16,7 @@ iex> Postgrex.query!(pid, "SELECT user_id, text FROM comments", [])
1616
%Postgrex.Result{command: :select, empty?: false, columns: ["user_id", "text"], rows: [[3,"hey"],[4,"there"]], size: 2}}
1717
1818
iex> Postgrex.query!(pid, "INSERT INTO comments (user_id, text) VALUES (10, 'heya')", [])
19-
%Postgrex.Result{command: :insert, columns: nil, rows: nil, num_rows: 1}}
19+
%Postgrex.Result{command: :insert, columns: nil, rows: nil, num_rows: 1}
2020
```
2121

2222
## Features

0 commit comments

Comments
 (0)