FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
docs(class): fix typo · lpcman/es6tutorial@57701fc · GitHub
lpcman
/
es6tutorial
Public
forked from
ruanyf/es6tutorial
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commit
57701fc
Browse files
Browse the repository at this point in the history
Browse files
ruanyf
committed
docs(class): fix typo
1 parent
717f4e4
commit
57701fc
Copy full SHA for 57701fc
1 file changed
+1
-1
Lines changed: 1 addition & 1 deletion
File tree
Expand file tree
Collapse file tree
Open diff view settings
Filter options
docs
class.md
Expand file tree
Collapse file tree
Open diff view settings
Collapse file
docs/class.md
Copy file name to clipboard
Expand all lines: docs/class.md
+1
-1
Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -975,7 +975,7 @@ class Rectangle {
975
975
}
976
976
977
977
class
Square
extends
Rectangle
{
978
-
constructor
(
length
) {
978
+
constructor
(
length
,
width
) {
979
979
super
(length, width);
980
980
}
981
981
}
0 commit comments
Comments
0
(0)
Back
|
FazBrowse Home
|
New Git URL
0 commit comments