Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vp817 authored Jul 25, 2024
1 parent fe72c51 commit c855b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ after that define a variable representing `start offset` and it is equals to `cu

after that define a variable representing `bytes to send` that is equals to capsule buffer size subtracted by `start offset`

check if `bytes to send` is greater than the size that you used to check if is greater than the capsule buffer size
check if `bytes to send` is greater than the size that you used to check if is greater than the capsule buffer size and if true return the size that you used to check...

after that create a new variable representing the `end offset`

Expand Down

0 comments on commit c855b69

Please sign in to comment.