Use code formatting for argument names in jsdoc

This commit is contained in:
Maximilian Krög
2022-02-13 02:46:00 +01:00
parent a0dd0054a9
commit b9f9280260
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ class Triangulation {
}
/**
* Calculates extent of the 'source' coordinates from all the triangles.
* Calculates extent of the `source` coordinates from all the triangles.
*
* @return {import("../extent.js").Extent} Calculated extent.
*/