Skip to content

Commit eebe781

Browse files
committed
clarify components-enumerator language
1 parent 206eeaa commit eebe781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub-device-update/components-enumerator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Register components with Device Update: Contoso Virtual Vacuum component
33
description: Follow a Contoso Virtual Vacuum example to implement your own component enumerator by using proxy update.
44
author: valls
55
ms.author: valls
6-
ms.date: 12/3/2021
6+
ms.date: 08/25/2022
77
ms.topic: how-to
88
ms.service: iot-hub-device-update
99
---
@@ -478,7 +478,7 @@ For example, for *hostfw*, the value of the property `properties.version` will b
478478

479479
## Next steps
480480

481-
This example is written in C++. You can choose to use C if you prefer. To explore example source codes, see:
481+
The example in this article used C. To explore C++ example source codes, see:
482482

483483
- [CMakeLists.txt](https://github.com/Azure/iot-hub-device-update/blob/main/src/extensions/component-enumerators/examples/contoso-component-enumerator/CMakeLists.txt)
484484
- [contoso-component-enumerator.cpp](https://github.com/Azure/iot-hub-device-update/blob/main/src/extensions/component-enumerators/examples/contoso-component-enumerator/contoso-component-enumerator.cpp)

0 commit comments

Comments
 (0)