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

Documentation cleanup #278

Merged
merged 8 commits into from
Apr 30, 2024
Merged

Documentation cleanup #278

merged 8 commits into from
Apr 30, 2024

Conversation

jes
Copy link
Contributor

@jes jes commented Apr 29, 2024

This contains fixes for some of the examples in the documentation, plus some spelling/grammar fixes, plus some formatting fixes.

I'm not saying I've caught everything, but I think it is a substantial improvement.

@@ -61,7 +65,7 @@ class Renderer {
}

// Request a new frame
window.requestAnimationFrame(this.loop);
window.requestAnimationFrame(this.loop.bind(this));
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can update loop as follow instead:

loop = (timeStep) => {
}

Copy link
Collaborator

@shakiba shakiba left a comment

Choose a reason for hiding this comment

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

Looks great, thanks for the update and fixes!
I just left one comment.

@piqnt piqnt deleted a comment from vercel bot Apr 30, 2024
@piqnt piqnt deleted a comment from vercel bot Apr 30, 2024
jes added a commit to jes/deadbeat-escapement that referenced this pull request Apr 30, 2024
@jes
Copy link
Contributor Author

jes commented Apr 30, 2024

Thanks, I've added your suggestion now.

@shakiba shakiba merged commit e8e3ff9 into piqnt:master Apr 30, 2024
0 of 2 checks passed
@piqnt piqnt deleted a comment from vercel bot Apr 30, 2024
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