Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 006e2a2

Browse files
authored
Merge pull request #3735 from magnuf/patch-1
Fix indent
2 parents 7ecf50e + 2202cf0 commit 006e2a2

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)