Skip to content

Commit 99e9d8f

Browse files
committed
Rename to ModuleClient
1 parent 363de19 commit 99e9d8f

File tree

1 file changed

+1
-1
lines changed
  • content/dotnet-template-azure-iot-edge-module/CSharp

1 file changed

+1
-1
lines changed

content/dotnet-template-azure-iot-edge-module/CSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static Task WhenCancelled(CancellationToken cancellationToken)
3737
}
3838

3939
/// <summary>
40-
/// Initializes the DeviceClient and sets up the callback to receive
40+
/// Initializes the ModuleClient and sets up the callback to receive
4141
/// messages containing temperature information
4242
/// </summary>
4343
static async Task Init()

0 commit comments

Comments
 (0)