Commit fddd356
authored
MINOR: [Docs] Fix typos (#47511)
### Rationale for this change
Improve readability and clarity by fixing minor typos/wording in a code comment and in the R README. No functional behavior is affected.
### What changes are included in this PR?
- `r/R/dplyr-summarize.R`: Correct typo from `Evaulating` to `Evaluating`.
- `r/README.md`: Correct typo from `installl` to `install`.
### Are these changes tested?
Not applicable. These are documentation/comment-only changes; no runtime logic is modified.
### Are there any user-facing changes?
No user-facing behavior changes. Documentation readability is slightly improved.
**This PR includes breaking changes to public APIs.**
No.
**This PR contains a "Critical Fix".**
No.
Authored-by: Princetimix69 <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>1 parent d758cb8 commit fddd356
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments