Skip to content

Commit f0f1cc2

Browse files
authored
Update README.md
remove extra quotation mark in ruby readme
1 parent d8f8c84 commit f0f1cc2

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)