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

docs: Correct code example for kv variable in manual #131

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

mohsinalipro
Copy link
Contributor

This commit addresses a minor issue in the Deno documentation manual related to the kv variable. The code example provided had an incorrect reference to the variable used to open the key-value store. The variable should be kv, not db.

Changes Made:

  • Corrected the variable name from db to kv in the code example.
  • Verified the correctness of the code snippet.

Copy link
Contributor

@kwhinnery kwhinnery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@kwhinnery kwhinnery merged commit da5d207 into denoland:main Sep 20, 2023
1 check passed
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