We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27d4295 + 6de761b commit cf7eb98Copy full SHA for cf7eb98
src/postgresql.mli
@@ -132,7 +132,7 @@ type put_copy_result =
132
133
(** Result of get_copy_data *)
134
type get_copy_result =
135
- | Get_copy_data of string (** Data corresponding to one row is retured *)
+ | Get_copy_data of string (** Data corresponding to one row is returned *)
136
| Get_copy_wait (** The next row is still being received (async only); wait
137
for read-only, call [consume_input], and try again *)
138
| Get_copy_end (** All data has been successfully retrieved *)
0 commit comments