Skip to content

Commit bb10e53

Browse files
committed
Fix spy-call reference in source
1 parent ef582e3 commit bb10e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-source/release/spies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Returns `true` if spy always returned the provided value.
302302

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

305-
Returns the _nth_ [call](#spycall).
305+
Returns the _nth_ [call](../spy-call).
306306

307307
If _n_ is negative, the _nth_ call from the end is returned. For example, `spy.getCall(-1)` returns the last call, and `spy.getCall(-2)` returns the second to last call.
308308

0 commit comments

Comments
 (0)