Skip to content

Commit 1cdc572

Browse files
authored
Merge pull request #7321 from zikato/patch-2
Trailing comma in code example
2 parents f23fe64 + a99152c commit 1cdc572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/alter-database-transact-sql-set-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3170,7 +3170,7 @@ SET QUERY_STORE = ON
31703170
INTERVAL_LENGTH_MINUTES = 60,
31713171
SIZE_BASED_CLEANUP_MODE = AUTO,
31723172
MAX_PLANS_PER_QUERY = 200,
3173-
WAIT_STATS_CAPTURE_MODE = ON,
3173+
WAIT_STATS_CAPTURE_MODE = ON
31743174
);
31753175
```
31763176

0 commit comments

Comments
 (0)