Commit 35d3006
authored
fix: fix grammar errors in comments (#569)
## Summary
- Fix "A metadata about" -> "Metadata about" in `statistics_file.h`
(metadata is uncountable)
- Fix "a inclusive" -> "an inclusive" in `inclusive_metrics_evaluator.h`
- Fix "a estimated" -> "an estimated" in `gzip_internal.cc`
## Test plan
- No functional changes, comment-only fixes
- Build verified locally
Co-authored-by: shangxinli <shangxinli@users.noreply.github.com>1 parent 56d7ccd commit 35d3006
File tree
3 files changed
+3
-3
lines changed- src/iceberg
- expression
- util
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments