Skip to content

Commit

Permalink
fix(iot-device): Fix comment on DigitalTwinClient class
Browse files Browse the repository at this point in the history
  • Loading branch information
abhipsaMisra committed Oct 8, 2020
1 parent 84a203c commit f99b0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iothub/service/src/DigitalTwin/DigitalTwinClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace Microsoft.Azure.Devices
{
/// <summary>
/// /// The Digital Twins Service Client contains methods to retrieve and update digital twin information, and invoke commands on a digital twin device.
/// The Digital Twins Service Client contains methods to retrieve and update digital twin information, and invoke commands on a digital twin device.
/// </summary>
public class DigitalTwinClient : IDisposable
{
Expand Down

0 comments on commit f99b0e8

Please sign in to comment.