Copilot commented on code in PR #3723:
URL: https://github.com/apache/texera/pull/3723#discussion_r2335620977


##########
core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/UnifiedResourceSchema.scala:
##########
@@ -106,30 +108,33 @@ object UnifiedResourceSchema {
   * - `description`: A textual description of the resource as a `String`.
   * - `creationTime`: The timestamp when the resource was created, as a 
`Timestamp`.
   * - `lastModifiedTime`: The timestamp of the last modification to the 
resource, as a `Timestamp` (applicable to workflows).
-  * - `ownerId`: The identifier of the resource's owner, as a `Integer`.
+  * - `ownerId`: The identifier of the resource's owner, as an `Integer`.
   *
   * Attributes specific to workflows:
-  * - `wid`: Workflow ID, as a `Integer`.
+  * - `wid`: Workflow ID, as an `Integer`.
   * - `workflowUserAccess`: Access privileges associated with the workflow, as 
a `PrivilegeEnum`.
   * - `projectsOfWorkflow`: IDs of projects associated with the workflow, 
concatenated as a `String`.
   * - `uid`: User ID associated with the workflow, as a `Integer`.
   * - `userName`: Name of the user associated with the workflow, as a `String`.
   * - `userEmail`: Email of the user associated with the workflow, as a 
`String`.
   *
   * Attributes specific to projects:
-  * - `pid`: Project ID, as a `Integer`.
+  * - `pid`: Project ID, as an `Integer`.
   * - `projectOwnerId`: ID of the project owner, as a `Integer`.

Review Comment:
   Should use 'an' instead of 'a' before 'Integer' since 'Integer' starts with 
a vowel sound.
   ```suggestion
     * - `projectOwnerId`: ID of the project owner, as an `Integer`.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to