Skip to content

Commit 60de884

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/jsonfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3553,7 +3553,7 @@ jsonb_set(PG_FUNCTION_ARGS)
35533553

35543554

35553555
/*
3556-
* SQL function jsonb_delete(jsonb, text[])
3556+
* SQL function jsonb_delete_path(jsonb, text[])
35573557
*/
35583558
Datum
35593559
jsonb_delete_path(PG_FUNCTION_ARGS)

0 commit comments

Comments
 (0)