diff --git a/content/postgresql/postgresql-json-functions/postgresql-jsonb_populate_recordset.md b/content/postgresql/postgresql-json-functions/postgresql-jsonb_populate_recordset.md index da9e5bbb3e..31124d2924 100644 --- a/content/postgresql/postgresql-json-functions/postgresql-jsonb_populate_recordset.md +++ b/content/postgresql/postgresql-json-functions/postgresql-jsonb_populate_recordset.md @@ -14,7 +14,7 @@ nextLink: slug: 'postgresql-json-functions/../postgresql-php' --- -**Summary**: in this tutorial, you will learn how to use the PostgreSQL `jsonb_popuplate_recordset()` function to populate the fields of a record type from a JSON array of objects. +**Summary**: in this tutorial, you will learn how to use the PostgreSQL `jsonb_populate_recordset()` function to populate the fields of a record type from a JSON array of objects. ## Introduction to the PostgreSQL jsonb_popuplate_recordset() function