Skip to content

Commit c99f876

Browse files
committed
Fix typo in comment
The function was renamed in 908e234, but the comment never learned about it.
1 parent 9ca7b0b commit c99f876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/jsonfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3554,7 +3554,7 @@ jsonb_set(PG_FUNCTION_ARGS)
35543554

35553555

35563556
/*
3557-
* SQL function jsonb_delete(jsonb, text[])
3557+
* SQL function jsonb_delete_path(jsonb, text[])
35583558
*/
35593559
Datum
35603560
jsonb_delete_path(PG_FUNCTION_ARGS)

0 commit comments

Comments
 (0)