Fixing typo in `resultsTruncated` (#14779)

This commit is contained in:
Karan Kumar 2023-08-09 09:21:44 +05:30 committed by GitHub
parent e57f880020
commit cd817fc469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class MSQResultsReport
return resultYielder;
}
@JsonProperty("resultsTruncted")
@JsonProperty("resultsTruncated")
public boolean isResultsTruncated()
{
return resultsTruncated;