Skip to content
This repository was archived by the owner on Dec 15, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/physicsjs-full.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var document = window.document;
* The top-level namespace. All of PhysicsJS is contained in
* the `Physics` namespace.
*
* It may (and should) be invoked as a function to create a world instance. For all intensive purposes, [[Physics]] and [[Physics.world]] are the same thing.
* It may (and should) be invoked as a function to create a world instance. For all intents and purposes, [[Physics]] and [[Physics.world]] are the same thing.
*
* See [[new Physics.world]] for config options and function signature.
*
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/physicsjs-full.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var document = window.document;
* The top-level namespace. All of PhysicsJS is contained in
* the `Physics` namespace.
*
* It may (and should) be invoked as a function to create a world instance. For all intensive purposes, [[Physics]] and [[Physics.world]] are the same thing.
* It may (and should) be invoked as a function to create a world instance. For all intents and purposes, [[Physics]] and [[Physics.world]] are the same thing.
*
* See [[new Physics.world]] for config options and function signature.
*
Expand Down
2 changes: 1 addition & 1 deletion src/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var document = window.document;
* The top-level namespace. All of PhysicsJS is contained in
* the `Physics` namespace.
*
* It may (and should) be invoked as a function to create a world instance. For all intensive purposes, [[Physics]] and [[Physics.world]] are the same thing.
* It may (and should) be invoked as a function to create a world instance. For all intents and purposes, [[Physics]] and [[Physics.world]] are the same thing.
*
* See [[new Physics.world]] for config options and function signature.
*
Expand Down