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 & missing tick in test/specifications #3

Merged
merged 3 commits into from Jan 14, 2013
Merged
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
6 changes: 3 additions & 3 deletions tests/specification.md
Expand Up @@ -124,7 +124,7 @@ for an assertion module.*
``"!=="``.

1. The assertion object must have a function
``errror(callback, Error_opt, message_opt)``
``error(callback, Error_opt, message_opt)``
*Note: in the CommonJS specification, this was named ``throws``,
however this name was not ergonomic before ECMAScript 5.
Assertion objects may provide ``throws`` for backward
Expand All @@ -136,7 +136,7 @@ for an assertion module.*
1. If ``Error`` is provided, calling ``callback`` must throw
an error that is an instance of the given ``Error``.

1. If ``Error` is not provided, calling ``callback`` must
1. If ``Error`` is not provided, calling ``callback`` must
throw an exception.

1. The corresponding ``operator`` for an ``AssertionError`` is
Expand Down Expand Up @@ -204,7 +204,7 @@ for a test runner.*

1. For each enumerable property of ``tests`` that starts with
``"test"``, ``run`` must execute the corresponding test,
proceding to the next test only when the previous ends.
proceeding to the next test only when the previous ends.

1. If the corresponding value is a function,

Expand Down