Skip to content

Commit cf7eb98

Browse files
authored
Merge pull request #32 from wdblair/master
Fix small spelling error.
2 parents 27d4295 + 6de761b commit cf7eb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/postgresql.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ type put_copy_result =
132132

133133
(** Result of get_copy_data *)
134134
type get_copy_result =
135-
| Get_copy_data of string (** Data corresponding to one row is retured *)
135+
| Get_copy_data of string (** Data corresponding to one row is returned *)
136136
| Get_copy_wait (** The next row is still being received (async only); wait
137137
for read-only, call [consume_input], and try again *)
138138
| Get_copy_end (** All data has been successfully retrieved *)

0 commit comments

Comments
 (0)