Skip to content

Commit 82cb5fb

Browse files
committed
Add missing close tag
1 parent c1477dc commit 82cb5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Azure.Devices.DeviceClient/Twin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public Twin(TwinProperties twinProperties)
7676
/// <summary>
7777
/// Gets the Twin as a JSON string.
7878
/// </summary>
79-
/// <param name="formatting">Optional. Formatting for the output JSON string.</param
79+
/// <param name="formatting">Optional. Formatting for the output JSON string.</param>
8080
/// <returns>JSON string</returns>
8181
public string ToJson()
8282
{

0 commit comments

Comments
 (0)