Skip to content

Commit b97c7be

Browse files
author
Stanislav Parshin
authored
Update README.md
1 parent 63ea0d1 commit b97c7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ GetUpdates getUpdates = new GetUpdates().limit(100).offset(0).timeout(0);
102102
```
103103

104104
The getUpdates method returns the earliest 100 unconfirmed updates. To confirm an update, use the offset parameter when calling getUpdates like this:
105-
`offset = updateId of last processed update + 1`
106-
All updates with updateId less than or equal to offset will be marked as confirmed on the server and will no longer be returned.
105+
`offset = updateId of last processed update + 1`
106+
All updates with updateId less than offset will be marked as confirmed on the server and will no longer be returned.
107107

108108
Executing
109109
```java

0 commit comments

Comments
 (0)