Skip to content

Commit

Permalink
Fix inconsist use of semicolon in spy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Mar 30, 2018
1 parent 4a7d56a commit 8635826
Show file tree
Hide file tree
Showing 37 changed files with 148 additions and 148 deletions.
8 changes: 4 additions & 4 deletions docs/_releases/v1.17.6/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,17 +380,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -417,7 +417,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v2.2.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v2.3.1/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v2.3.3/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v2.3.5/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v2.3.7/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v2.4.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v2.4.1/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v3.1.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v3.2.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v3.2.1/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v3.3.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
8 changes: 4 additions & 4 deletions docs/_releases/v4.0.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,17 +390,17 @@ Array of return values, `spy.returnValues[0]` is the return value of the first c
If the call did not explicitly return a value, the value at the call's location in `.returnValues` will be `undefined`.


#### `spy.reset()`
#### `spy.reset();`

Resets the state of a spy.


#### `spy.restore()`
#### `spy.restore();`

Replaces the spy with the original method. Only available if the spy replaced an existing method.


#### `spy.printf("format string", [arg1, arg2, ...])`
#### `spy.printf("format string", [arg1, arg2, ...]);`

Returns the passed format string with the following replacements performed:

Expand All @@ -427,7 +427,7 @@ Returns the passed format string with the following replacements performed:
### Individual spy calls


##### `var spyCall = spy.getCall(n)`
##### `var spyCall = spy.getCall(n);`

Returns the *nth* [call](#spycall). Accessing individual calls helps with more detailed behavior verification when the spy is called more than once.

Expand Down
Loading

0 comments on commit 8635826

Please sign in to comment.