Skip to content

docs: fix missing verb in summary-slide.R description#233

Closed
LeonidasZhak wants to merge 1 commit into
r-lib:mainfrom
LeonidasZhak:docs/fix-summary-slide-missing-verb
Closed

docs: fix missing verb in summary-slide.R description#233
LeonidasZhak wants to merge 1 commit into
r-lib:mainfrom
LeonidasZhak:docs/fix-summary-slide-missing-verb

Conversation

@LeonidasZhak

Copy link
Copy Markdown

Summary

Fixed a missing verb in the roxygen comment (and generated ).

Problem

Line 62 of stated:

intermediate allocations, but it still fairly slow.

The verb "is" is missing between "it" and "still". The sentence should read "but it is still fairly slow."

Fix

File Line Before After
R/summary-slide.R 62 "but it still fairly slow" "but it is still fairly slow"
man/summary-slide.Rd 161 "but it still fairly slow" "but it is still fairly slow"

Files Changed

File Lines Changed Type
R/summary-slide.R 1 Documentation (roxygen source)
man/summary-slide.Rd 1 Documentation (generated)
Total 2

Validation

  • tools::checkRd('man/summary-slide.Rd') — passes (no output = no errors)
  • roxygen2::roxygenize() — regenerates Rd successfully
  • Change is purely documentation (no code changes)

Duplicate Check

The description of segment tree alternatives in summary-slide.Rd
contained 'but it still fairly slow' which is missing the verb 'is'.
Fixed to 'but it is still fairly slow'.
@LeonidasZhak

Copy link
Copy Markdown
Author

Withdrawing this small automated PR while I consolidate an oversized batch of contributions and reduce maintainer review burden. Sorry for the noise, and thank you for maintaining the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant