Skip to content

Commit c85cc90

Browse files
committed
fix comment typo
1 parent 713432f commit c85cc90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install_expsql.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ ALTER PROCEDURE [dbo].[sp_helpme]
866866
,@SqlMajorVersion TINYINT = 0
867867
,@SqlMinorVersion SMALLINT = 0
868868
AS
869-
869+
870870
/*
871871
sp_helpme - Part of the ExpressSQL Suite https://expresssql.lowlydba.com/
872872
@@ -895,7 +895,7 @@ Example:
895895
EXEC sp_helpme 'dbo.Sales';
896896
897897
*/
898-
898+
899899
BEGIN
900900
SET NOCOUNT ON;
901901

@@ -1116,7 +1116,7 @@ BEGIN
11161116
else '' '' end,
11171117
[Nullable] = case when [ac].[is_nullable] = 0 then ''no'' else ''yes'' end, ';
11181118

1119-
--Only include if the exist on the current version
1119+
--Only include if they exist on the current version
11201120
IF @HasMasked = 1
11211121
BEGIN
11221122
SET @SQLString = @SQLString + N'[Masked] = case when is_masked = 0 then ''no'' else ''yes'' end, ';

0 commit comments

Comments
 (0)