Skip to content

Commit bf6b764

Browse files
Merge pull request #51698 from MicrosoftDocs/BharathNimmala-MSFT-patch-10
(AzureCXP) Updating epsilon symbol
2 parents 246d38d + 2586680 commit bf6b764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-window-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Hopping window functions hop forward in time by a fixed period. It may be easy t
2929
![Stream Analytics hopping window](media/stream-analytics-window-functions/stream-analytics-window-functions-hopping-intro.png)
3030

3131
## Sliding window
32-
Sliding window functions, unlike Tumbling or Hopping windows, produce an output **only** when an event occurs. Every window will have at least one event and the window continuously moves forward by an (epsilon). Like hopping windows, events can belong to more than one sliding window.
32+
Sliding window functions, unlike Tumbling or Hopping windows, produce an output **only** when an event occurs. Every window will have at least one event and the window continuously moves forward by an ε (epsilon). Like hopping windows, events can belong to more than one sliding window.
3333

3434
![Stream Analytics sliding window](media/stream-analytics-window-functions/stream-analytics-window-functions-sliding-intro.png)
3535

0 commit comments

Comments
 (0)