Skip to content

Commit 6b30673

Browse files
committed
fixes per reviewer
1 parent 0ad3303 commit 6b30673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-sql/database/clustering-model-build-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In the following R script, you'll use the function **rxKmeans**, which is the K-
7272
return_cluster = RxSqlServerData(table = "return_cluster", connectionString = connStr);
7373
# Set the seed for the random number generator for predictability
7474
set.seed(10);
75-
# Generate clusters using rxKmeans and output key / cluster to a table in a SQL database
75+
# Generate clusters using rxKmeans and output key / cluster to a table in a database in SQL Database
7676
# called return_cluster
7777
clust <- rxKmeans( ~ orderRatio + itemsRatio + monetaryRatio + frequency,
7878
customer_returns,

articles/azure-sql/database/resource-limits-vcore-single-databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Single database vCore resource limits
3-
description: This page describes some common vCore resource limits for a single Azure SQL database.
3+
description: This page describes some common vCore resource limits for a single database in Azure SQL Database.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: single-database

0 commit comments

Comments
 (0)