-
Notifications
You must be signed in to change notification settings - Fork 3.9k
wrong url in 8_14 #20
Copy link
Copy link
Open
Description
Issue Overview
you need to correct that URL in the comment form
/**
* for...in loop and objects
* @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
*/
to
/**
* for...in loop and objects
* @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in
*/
from...of to from...in
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels