Skip to content

Commit eb8db69

Browse files
authored
Merge pull request #35 from bikallem/patch-1
Fixes ftype_of_string documentation.
2 parents 38435b5 + 6f5d2c2 commit eb8db69

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
@@ -205,7 +205,7 @@ val string_of_ftype : ftype -> string
205205
(** [string_of_ftype ftype] converts [ftype] to a string. *)
206206

207207
val ftype_of_string : string -> ftype
208-
(** [string_of_ftype ftype] converts [ftype] to a string. *)
208+
(** [string_of_ftype ftype] converts string to a [ftype]. *)
209209

210210

211211
(** {2 Handling results of commands and queries} *)

0 commit comments

Comments
 (0)