FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs(class): fix typo · lpcman/es6tutorial@57701fc · GitHub

Commit 57701fc

Browse files
committed
docs(class): fix typo
1 parent 717f4e4 commit 57701fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/class.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ class Rectangle {
975975
}
976976

977977
class Square extends Rectangle {
978-
constructor(length) {
978+
constructor(length, width) {
979979
super(length, width);
980980
}
981981
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL