Skip to content

Commit 8b72f8f

Browse files
authored
chore: Correct region tag for consistency (#4138)
1 parent a40f009 commit 8b72f8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

retail/interactive-tutorials/search/search-with-ordering.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
// [START retail_search_products_with_ordering]
1514

1615
'use strict';
1716

17+
// [START retail_search_for_products_with_ordering]
18+
1819
async function main() {
1920
// Call Retail API to search for a products in a catalog, order the results by different product fields.
2021

@@ -82,4 +83,4 @@ process.on('unhandledRejection', err => {
8283
});
8384

8485
main();
85-
// [END retail_search_products_with_ordering]
86+
// [END retail_search_for_products_with_ordering]

0 commit comments

Comments
 (0)