We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bade28f commit 7a1c9d7Copy full SHA for 7a1c9d7
Geometry/Triangle.js
@@ -1,7 +1,7 @@
1
/**
2
- * Represents a Triangle and provides methods to calculate its area and perimeter
+ * This class represents a Triangle and provides methods to calculate its area and perimeter
3
* based on either all three sides or the base and height.
4
- * @see {@link https://en.wikipedia.org/wiki/Triangle|Triangle}
+ * @see {@link https://en.wikipedia.org/wiki/Triangle}
5
* @class
6
*/
7
export default class Triangle {
0 commit comments