Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Apr 25, 2024
1 parent 8763604 commit c619e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/orientation.js
Expand Up @@ -149,7 +149,7 @@ function getVectorStringLPS(vector) {
/**
* Get the LPS 'group' (axial, coronal or sagittal) from a LPS code.
*
* @param {string} lps The LPS code string.
* @param {string} code The LPS code string.
* @returns {string} The group.
*/
export function getLPSGroup(code) {
Expand Down

0 comments on commit c619e19

Please sign in to comment.