Update pep-0553.rst (#430)
[java] reference key was misleading, [js-debugger] seems more logical
This commit is contained in:
parent
0fcce00dad
commit
a1214f0ac1
|
@ -61,7 +61,7 @@ debugger, as proposed in this PEP.
|
||||||
Proposal
|
Proposal
|
||||||
========
|
========
|
||||||
|
|
||||||
The JavaScript language provides a ``debugger`` statement [java]_ which enters
|
The JavaScript language provides a ``debugger`` statement [js-debugger]_ which enters
|
||||||
the debugger at the point where the statement appears.
|
the debugger at the point where the statement appears.
|
||||||
|
|
||||||
This PEP proposes a new built-in function called ``breakpoint()``
|
This PEP proposes a new built-in function called ``breakpoint()``
|
||||||
|
@ -263,7 +263,7 @@ References
|
||||||
.. [linters]
|
.. [linters]
|
||||||
http://flake8.readthedocs.io/en/latest/
|
http://flake8.readthedocs.io/en/latest/
|
||||||
|
|
||||||
.. [java]
|
.. [js-debugger]
|
||||||
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger
|
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger
|
||||||
|
|
||||||
.. [hooks]
|
.. [hooks]
|
||||||
|
|
Loading…
Reference in New Issue