Skip to content

Commit 792ee50

Browse files
committed
fix jsdoc comment
1 parent 7465b97 commit 792ee50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/renderer/geometry/Painter.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,10 @@ class Painter extends Class {
307307

308308
/**
309309
* interpolate clipped line segs's altitude
310-
* @param {Point[] || Point[][]} clipSegs
311-
* @param {Point[] || Point[][]} orig
312-
* @param {Number || Number[]} altitude
310+
* @param {Point[]|Point[][]} clipSegs
311+
* @param {Point[]|Point[][]} orig
312+
* @param {Number|Number[]} altitude
313+
* @private
313314
*/
314315
_interpolateSegAlt(clipSegs, orig, altitude) {
315316
if (!Array.isArray(altitude)) {

0 commit comments

Comments
 (0)