From 04b53492c083e7482866cd6fd45cf3567339c5a4 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Wed, 23 Mar 2022 16:04:33 +0800 Subject: [PATCH] *Edit comment. --- api/v1/entries/storyrecordestimate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/entries/storyrecordestimate.php b/api/v1/entries/storyrecordestimate.php index 410511e679..bb4a86197b 100644 --- a/api/v1/entries/storyrecordestimate.php +++ b/api/v1/entries/storyrecordestimate.php @@ -14,7 +14,7 @@ class storyRecordEstimateEntry extends Entry /** * GET method. * - * @param int $taskID + * @param int $storyID * @access public * @return void */ @@ -37,7 +37,7 @@ class storyRecordEstimateEntry extends Entry /** * POST method. * - * @param int $taskID + * @param int $storyID * @access public * @return void */