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

Spelling mistake in docs #65

Closed
SuperArcherG opened this issue Aug 29, 2021 · 0 comments
Closed

Spelling mistake in docs #65

SuperArcherG opened this issue Aug 29, 2021 · 0 comments

Comments

@SuperArcherG
Copy link

SuperArcherG commented Aug 29, 2021

it's in the file Index.html
for the code snippet for rumble

Wiimote remote; // Initialized previously
remote.RumbleOn = true; // Enabled Rumble
remote.SendStatusInfoRequest(); // Requests Status Report, encodes Rumble into input report
Thread.Sleep(500); // Wait 0.5s
remtote.RumbleOn = false; // Disabled Rumble
remote.SendStatusInfoRequest(); // Requests Status Report, encodes Rumble into input report

remote is misspelled on line 6. It is spelled as "remtote"

just a small misspell I thought I might mention

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

1 participant