Skip to content

Commit db64bbc

Browse files
committed
Improved API documentation
1 parent 2a66fa6 commit db64bbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/postgresql.mli

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -618,15 +618,15 @@ object
618618
@raise Error if there is a connection error. *)
619619

620620
method send_describe_prepared : string -> unit
621-
(** [#send_describe_prepared stm_name] sends an request for a description of
621+
(** [#send_describe_prepared stm_name] sends a request for a description of
622622
a prepared query without waiting for the result. The result must be
623-
fetched with {!get_result} when it becomes available, otherwise does the
624-
same as {!describe_prepared}.
623+
fetched with {!get_result} when it becomes available. Otherwise it
624+
does the same as {!describe_prepared}.
625625
626626
@raise Error if there is a connection error. *)
627627

628628
method send_describe_portal : string -> unit
629-
(** [#send_describe_portal portal_name] send a request for a description of
629+
(** [#send_describe_portal portal_name] sends a request for a description of
630630
the named portal. The result must be fetched with {!get_result}.
631631
632632
@raise Error if there is a connection error. *)

0 commit comments

Comments
 (0)