We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 13d1ddd commit c1cdbd2Copy full SHA for c1cdbd2
Geometry/Rectangle.js
@@ -1,6 +1,6 @@
1
/**
2
- * Represents a rectangle and provides methods to calculate its perimeter and area.
3
- * @see {@link https://en.wikipedia.org/wiki/Rectangle|Rectangle}
+ * This class represents a rectangle and provides methods to calculate its perimeter and area.
+ * @see {@link https://en.wikipedia.org/wiki/Rectangle}
4
*/
5
export default class Rectangle {
6
/** @private */
0 commit comments