Skip to content

Commit a6afe75

Browse files
authored
Merge pull request #9872 from croky222/patch-1
Typo
2 parents cf9b6b2 + 7be46aa commit a6afe75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools/sql-database-projects/concepts/sqlcmd-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SQLCMD variables can be used in SQL objects and scripts by wrapping the variable
3939

4040
```sql
4141
IF '$(EnvironmentName)' = 'testing'
42-
BEING
42+
BEGIN
4343
-- do something
4444
END
4545
```

0 commit comments

Comments
 (0)