Skip to content

Commit f47738d

Browse files
authored
Merge pull request #205 from Microsoft/ajlam-patch-1
Update README.md
2 parents d8f8c84 + f0f1cc2 commit f47738d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tutorials/ruby/linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This can be done by running the following code prior to executing queries:
9898
result = client.execute("SET ANSI_NULL_DFLT_ON ON")
9999
result = client.execute("SET IMPLICIT_TRANSACTIONS OFF")
100100
result = client.execute("SET ANSI_PADDING ON")
101-
result = client.execute("SET QUOTED_IDENTIFIER ON"")
101+
result = client.execute("SET QUOTED_IDENTIFIER ON")
102102
result = client.execute("SET ANSI_WARNINGS ON")
103103
result = client.execute("SET CONCAT_NULL_YIELDS_NULL ON")
104104

0 commit comments

Comments
 (0)