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

typo in clientv3 documentation README #7337

Closed
yiyiyaya opened this issue Feb 16, 2017 · 1 comment
Closed

typo in clientv3 documentation README #7337

yiyiyaya opened this issue Feb 16, 2017 · 1 comment

Comments

@yiyiyaya
Copy link
Contributor

https://github.com/coreos/etcd/tree/master/clientv3
resp, err = kvc.Put(ctx, "sample_key", "sample_value") should be
resp, err = cli.Put(ctx, "sample_key", "sample_value")

@gyuho
Copy link
Contributor

gyuho commented Feb 16, 2017

@yiyiyaya Would you like to contribute to fix this typo? Thanks!

@gyuho gyuho changed the title bug typo in clientv3 documentation README Feb 16, 2017
gyuho pushed a commit to gyuho/etcd that referenced this issue Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants