Skip to content

Commit

Permalink
[API] correct mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
spell00 committed Nov 4, 2020
1 parent 42a8d5f commit 0266890
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/api/php/endpoints/project/dicoms.class.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This implements the Images page class under Project
* This implements the Dicoms page class under Project
*
* PHP Version 7
*
Expand Down
2 changes: 1 addition & 1 deletion modules/api/php/models/projectdicomsobject.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace LORIS\api\Models;
use LORIS\api\Endpoints\Candidate\Candidate;

/**
* A ProjectDicomsObject contains values from an image of a project.
* A ProjectDicomsObject contains values from a Dicom file of a project.
*
* @category API
* @package Loris
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @category API
* @package Loris
* @author Xavier Lecours Boucher <xavier.lecours@mcin.ca>
* @author Simon Pelletier <simon.pelletier@mcin.ca>
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
Expand All @@ -24,7 +24,7 @@ use \LORIS\api\Models\ProjectDicomsObject;
*
* @category API
* @package Loris
* @author Xavier Lecours Boucher <xavier.lecours@mcin.ca>
* @author Simon Pelletier <simon.pelletier@mcin.ca>
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
Expand Down

0 comments on commit 0266890

Please sign in to comment.