Skip to content

Commit 08fcfab

Browse files
committed
Fix typo
1 parent 092ebac commit 08fcfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/postgresql.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ let ftype_of_string = function
233233
| "INTERNAL" -> INTERNAL
234234
| "OPAQUE" -> OPAQUE
235235
| "ANYELEMENT" -> ANYELEMENT
236-
| "JSONB" -> JSON
236+
| "JSONB" -> JSONB
237237
| str -> failwith ("ftype_of_string: unknown ftype: " ^ str)
238238

239239
external init : unit -> unit = "PQocaml_init"

0 commit comments

Comments
 (0)