Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typo
  • Loading branch information
azabbasi committed Jun 10, 2020
commit 628e9ff105d21a291f0acf8338493a016844ea68
3 changes: 2 additions & 1 deletion sdk/iot/Azure.Iot.Hub.Service/src/DevicesClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
namespace Azure.Iot.Hub.Service
{
/// <summary>
/// Device Client place holder
/// Devices client to interact with devices and device twins including CRUD operations and method invocations.
/// See <see href="https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-csharp-csharp-twin-getstarted"> Getting started with device identity</see>.
/// </summary>
public class DevicesClient
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/iot/Azure.Iot.Hub.Service/src/ModulesClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Azure.Iot.Hub.Service
{
/// <summary>
/// Modules client to interact with device modules and module twins including CRUD operations and method invokations.
/// Modules client to interact with device modules and module twins including CRUD operations and method invocations.
/// See <see href="https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-portal-csharp-module-twin-getstarted"> Getting started with module identity</see>.
/// </summary>
public class ModulesClient
Expand Down