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

Typos in Readme #38

Closed
Boscop opened this issue Oct 10, 2017 · 1 comment
Closed

Typos in Readme #38

Boscop opened this issue Oct 10, 2017 · 1 comment

Comments

@Boscop
Copy link

Boscop commented Oct 10, 2017

In the Readme, it says:

{
	"command": "rust_doc", "keys": ["ctrl+r", "ctrl+d"], "context": [
		{"key": "selector", "operator": "eual", "operan": "source.rust"}
	]
}

Shouldn't it be this?:

{
	"command": "rust_doc", "keys": ["ctrl+r", "ctrl+d"], "context": [
		{"key": "selector", "operator": "equal", "operand": "source.rust"}
	]
}

("equal" and "operand")

@DamnWidget
Copy link
Owner

It took me a PR and nearly 4 months to fix a simple typo in the README.md file, I think that tells a nice story about how much time I can expend in my side projects :(

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

No branches or pull requests

2 participants