Skip to content

Commit 9c35469

Browse files
author
ricwilson
committed
Closes Issue #347
1 parent 61d3085 commit 9c35469

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Calendar/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ The following code can be added to the OnVisible event of the Canvas form or to
132132
![OnLoad of Screen](./images/CanvasCalendarEventsOnlyOnLoad.png)
133133

134134
```
135-
ClearCollect(calendarEvents, Events)
136-
);
135+
ClearCollect(calendarEvents, Events);
137136
```
138137

139138
Here is the data source selection on the control.

0 commit comments

Comments
 (0)