-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #60
base: main
Are you sure you want to change the base?
Update README.md #60
Conversation
Update DataBlockDataItem how to call the constructor according to 'refactor: Make DataBlockDataItem immutable except for it's value' commit
HI @AndreDrubig, thanks again for your help. I suggested a minor change (although this entire PR is a minor change), I hope you're willing to make the adjustment. |
Hi @mycroes, Yes you are right than it is in the correct order. Regards |
README.md
Outdated
@@ -33,8 +33,8 @@ Read 10 bytes from DataBlock 87 starting at address 54 | |||
``` | |||
var dataItem = new DataBlockDataItem<byte[]>( | |||
dbNumber: 87, | |||
length: 10, | |||
startByte: 54 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately the comma is on the wrong line now, preventing the sample code from compiling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, what a stupid mistake. This happens when i am coding in the browser. Always those details.
Update DataBlockDataItem how to call the constructor according to 'refactor: Make DataBlockDataItem immutable except for it's value' commit