Skip to content

Commit 753fe4d

Browse files
authored
Merge pull request #5083 from icoric/patch-5
Spacing correction
2 parents 33f9244 + c8a29b8 commit 753fe4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/language-elements/and-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ IF 1 = 1 AND 2 = 2
7777
BEGIN
7878
PRINT 'First Example is TRUE'
7979
END
80-
ELSE PRINT 'First Example is FALSE';
80+
ELSE PRINT 'First Example is FALSE' ;
8181
GO
8282
8383
IF 1 = 1 AND 2 = 17

0 commit comments

Comments
 (0)