Skip to content

Commit 351f762

Browse files
authored
Update functions-bindings-azure-mysql-output.md
1 parent 9223551 commit 351f762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-azure-mysql-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ The following table explains the binding configuration properties that you set i
709709
[!INCLUDE [app settings to local.settings.json](../../includes/functions-app-settings-local.md)]
710710

711711
> [!NOTE]
712-
> The output binding supports all special characters, including dollar sign ($), backtick (`), hyphen (-), and underscore (_) . For more information, see the [MySQL community documentation](https://dev.mysql.com/doc/refman/8.0/en/identifiers.html).
712+
> The output binding supports all special characters, including dollar sign ($), backtick (`), hyphen (-), and underscore (_). For more information, see the [MySQL community documentation](https://dev.mysql.com/doc/refman/8.0/en/identifiers.html).
713713
>
714714
> A programming language might define member attributes that contain special characters that it supports. For example, C# has a few limitations for defining [variables](/dotnet/csharp/fundamentals/coding-style/identifier-names).
715715
>

0 commit comments

Comments
 (0)