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

Correct DiskStore into DiskStorage #20

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

Wattyyy
Copy link
Contributor

@Wattyyy Wattyyy commented Jul 21, 2024

Example codes written in README.md and src/caskdb/disk_store.py initialize storage with DiskStore. However, this is not working because we need to initialize storage with DiskStorage instead of DiskStore.
Therefore, I corrected DiskStore into DiskStorage.

If the usage of DiskStore is intended or my PR is wrong, please close it.

@Wattyyy Wattyyy changed the title Fix typos in example codes (DiskStore -> DiskStorage) Corrected DiskStore into DiskStorage Jul 21, 2024
@Wattyyy Wattyyy changed the title Corrected DiskStore into DiskStorage Correct DiskStore into DiskStorage Jul 21, 2024
@avinassh avinassh merged commit b617fe2 into avinassh:master Jul 22, 2024
7 of 8 checks passed
@avinassh
Copy link
Owner

Thank you for the PR and correcting it. DiskStorage sounds right.

@Wattyyy Wattyyy deleted the fix-example-typo branch July 22, 2024 08:17
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