Skip to content

docs(power_function): fix '@param x Highest power of 10 to us' -> 'to use'#21

Merged
danmcgraw94 merged 1 commit intoUSACE-RMC:mainfrom
MukundaKatta:codex/fix-power-function-doc-us-to-use
Apr 21, 2026
Merged

docs(power_function): fix '@param x Highest power of 10 to us' -> 'to use'#21
danmcgraw94 merged 1 commit intoUSACE-RMC:mainfrom
MukundaKatta:codex/fix-power-function-doc-us-to-use

Conversation

@MukundaKatta
Copy link
Copy Markdown
Contributor

Summary

Fixes the one-character typo called out for `power_function` in #10:

Before:
```r
#' @param x Highest power of 10 to us
```

After:
```r
#' @param x Highest power of 10 to use
```

Note: leaving the `qp3()` / `rfaR()` / `rfa_simulate()` wording items in #10 untouched — those are subjective rewrites; happy to take a follow-up once the maintainers settle on phrasing.

Closes #10 (partial)

Testing

Roxygen docstring change only. No code touched.

… use'

Closes USACE-RMC#10 (partial — just the power_function doc typo)
@danmcgraw94 danmcgraw94 merged commit 2482391 into USACE-RMC:main Apr 21, 2026
6 checks passed
@danmcgraw94
Copy link
Copy Markdown
Collaborator

danmcgraw94 commented Apr 21, 2026

Thank you @MukundaKatta

Moving forward, please follow the guidelines in our CONTRIBUTING.md, we ask that changes be discussed in an issue first.

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.

Small documentation typos and wording fixes

2 participants