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
618
618
@raise Error if there is a connection error. *)
619
619
620
620
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
622
622
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}.
625
625
626
626
@raise Error if there is a connection error. *)
627
627
628
628
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
630
630
the named portal. The result must be fetched with {!get_result}.
631
631
632
632
@raise Error if there is a connection error. *)
You can’t perform that action at this time.
0 commit comments