Skip to content

Commit

Permalink
fix(docs): a minor doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
smantri-moveworks committed Jan 3, 2024
1 parent cbfdd7c commit 648d20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public static class Output implements io.kestra.core.models.tasks.Output {
private final URI uri;

@Schema(
title = "The number of rows to be fetched.",
title = "The number of fetched rows.",
description = "Only populated if `store` or `fetch` parameter is set to true."
)
private final Long size;
Expand Down

0 comments on commit 648d20d

Please sign in to comment.