Skip to content

Commit 2202cf0

Browse files
authored
Fix indent
Fix indent on code example
1 parent 961c56b commit 2202cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/language-elements/begin-end-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ WHILE @Iteration <10
8383
BEGIN
8484
SELECT FirstName, MiddleName
8585
FROM dbo.DimCustomer WHERE LastName = 'Adams';
86-
SET @Iteration += 1
86+
SET @Iteration += 1
8787
END;
8888
8989
```

0 commit comments

Comments
 (0)