Skip to content

Commit 057efb3

Browse files
authored
Update ruby readme for mac
1 parent f47738d commit 057efb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/tutorials/ruby/mac/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ This can be done by running the following code prior to executing queries:
8787
result = client.execute("SET ANSI_NULL_DFLT_ON ON")
8888
result = client.execute("SET IMPLICIT_TRANSACTIONS OFF")
8989
result = client.execute("SET ANSI_PADDING ON")
90-
result = client.execute("SET QUOTED_IDENTIFIER ON"")
90+
result = client.execute("SET QUOTED_IDENTIFIER ON")
9191
result = client.execute("SET ANSI_WARNINGS ON")
9292
result = client.execute("SET CONCAT_NULL_YIELDS_NULL ON")
9393

9494
## Disclaimers
95-
The scripts and this guide are copyright Microsoft Corporations and are provided as samples. They are not part of any Azure service and are not covered by any SLA or other Azure-related agreements. They are provided as-is with no warranties express or implied. Microsoft takes no responsibility for the use of the scripts or the accuracy of this document. Familiarize yourself with the scripts before using them.
95+
The scripts and this guide are copyright Microsoft Corporations and are provided as samples. They are not part of any Azure service and are not covered by any SLA or other Azure-related agreements. They are provided as-is with no warranties express or implied. Microsoft takes no responsibility for the use of the scripts or the accuracy of this document. Familiarize yourself with the scripts before using them.

0 commit comments

Comments
 (0)