Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AndreDrubig
Copy link

Update DataBlockDataItem how to call the constructor according to 'refactor: Make DataBlockDataItem immutable except for it's value' commit

Update DataBlockDataItem how to call the constructor according to 'refactor: Make DataBlockDataItem immutable except for it's value' commit
@mycroes
Copy link
Owner

mycroes commented Jan 30, 2025

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.

@AndreDrubig
Copy link
Author

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
Copy link
Owner

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.

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants