Skip to content

Commit d68ff8c

Browse files
authored
Correct docs
1 parent fb90b92 commit d68ff8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/windowing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,9 @@ Events: A B C D E
524524
Timeout: 10 seconds
525525
Grace: 2 seconds
526526
527-
Session 1: [0, 20] - Events A, B (B extends the session from A)
528-
Session 2: [25, 40] - Events C, D (D extends the session from C)
529-
Session 3: [45, 55] - Event E (session will close at 55 if no more events)
527+
Session 1: [0, 10] - Events A, B (B extends the session from A)
528+
Session 2: [25, 30] - Events C, D (D extends the session from C)
529+
Session 3: [45, 45] - Event E (session will close at 55 if no more events)
530530
```
531531

532532
In this example:

0 commit comments

Comments
 (0)