Corrected jsdoc keyword
This commit is contained in:
parent
e331e7de49
commit
0a4c5d279c
|
@ -366,7 +366,7 @@ mesh.Face = function() {
|
||||||
/**
|
/**
|
||||||
* Parse a face line and returns an array of faces
|
* Parse a face line and returns an array of faces
|
||||||
*
|
*
|
||||||
* @access private
|
* @private
|
||||||
* @param {String} a string representing a face
|
* @param {String} a string representing a face
|
||||||
* @returns {Face[]} a single 3-vertices face or two 3-vertices face if it was
|
* @returns {Face[]} a single 3-vertices face or two 3-vertices face if it was
|
||||||
* a 4-vertices face
|
* a 4-vertices face
|
||||||
|
|
Loading…
Reference in New Issue