Skip to content

Commit eee2671

Browse files
Trying to fix issues in displaying comments within json samples
1 parent 078722f commit eee2671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/manage/sql-assessment-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Demonstrates how to make a custom ruleset containing two checks. The sample cont
2222

2323
```json
2424
{
25-
"target": { //Target describes a SQL Server object the check is supposed to run against
25+
"target": { /*Target describes a SQL Server object the check is supposed to run against*/
2626
"type": "Database", //This check targets Database object
2727
"version": "[13.0,)", //Applies to SQL Server 2016 and higher
2828
//Another example: "[12.0,13.0)" reads as "any SQL Server version >= 12.0 and < 13.0"

0 commit comments

Comments
 (0)