Skip to content

Commit d3a500b

Browse files
committed
updated comment
1 parent 3495276 commit d3a500b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SQL/WideWorldImportersUpdates.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ GO
175175
CREATE OR ALTER PROCEDURE web.get_customers
176176
AS
177177
SET NOCOUNT ON;
178-
-- Cast is needed to corretly inform the drived of output type is NVARCHAR(MAX)
178+
-- Cast is needed to corretly inform the driver
179+
-- that output type is NVARCHAR(MAX)
179180
-- to make sure it won't be truncated
180181
SELECT CAST((
181182
SELECT

0 commit comments

Comments
 (0)