File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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. *)
You can’t perform that action at this time.
0 commit comments