diff --git a/samples/tutorials/ruby/mac/README.md b/samples/tutorials/ruby/mac/README.md index fefa3beb..bcdbc77d 100644 --- a/samples/tutorials/ruby/mac/README.md +++ b/samples/tutorials/ruby/mac/README.md @@ -87,9 +87,9 @@ This can be done by running the following code prior to executing queries: result = client.execute("SET ANSI_NULL_DFLT_ON ON") result = client.execute("SET IMPLICIT_TRANSACTIONS OFF") result = client.execute("SET ANSI_PADDING ON") - result = client.execute("SET QUOTED_IDENTIFIER ON"") + result = client.execute("SET QUOTED_IDENTIFIER ON") result = client.execute("SET ANSI_WARNINGS ON") result = client.execute("SET CONCAT_NULL_YIELDS_NULL ON") ## Disclaimers -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. \ No newline at end of file +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.