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

A couple of typo fixes #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,7 +56,7 @@ motion:
> simultaneously exerts a force F2 = −F1 on the first body. This means that F1
> and F2 are equal in magnitude and opposite in direction.

Now, of course Github did no exist back then, but I'm pretty sure that if it
Now, of course Github did not exist back then, but I'm pretty sure that if it
did, Newton would have become a programmer, and he would have discovered
something like this.

Expand Down Expand Up @@ -229,7 +229,7 @@ solving the same problem as me:
* try...catch is ok
* big switch statements = bad
* function calls are *really* cheap
* buffering / concatinating buffers is ok
* buffering / concatenating buffers is ok
* eval is awesome

Here is the eval example:
Expand Down