Skip to content

Commit 6de761b

Browse files
committed
Fix small spelling error.
1 parent 27d4295 commit 6de761b

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)