Skip to content

Commit e40af83

Browse files
author
Pat Altimore
committed
Formatting
1 parent 18cdfd8 commit e40af83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-operations/connect-to-cloud/howto-develop-wasm-modules.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ Operators are the fundamental processing units based on [Timely dataflow operato
8989

9090
Modules are the implementation of operator logic as WASM code. A single module can implement multiple operator types. For example, a temperature module might provide:
9191

92-
- A map operator for unit conversion.
93-
- A filter operator for threshold checking.
94-
- A branch operator for routing decisions.
95-
- An accumulate operator for statistical aggregation.
92+
- A map operator for unit conversion
93+
- A filter operator for threshold checking
94+
- A branch operator for routing decisions
95+
- An accumulate operator for statistical aggregation
9696

9797
### The relationship
9898

0 commit comments

Comments
 (0)