Skip to content

Commit 890fc10

Browse files
committed
docs: fix line shift
1 parent 82eb91c commit 890fc10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/interest-rate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ clean_long_term_rate <- function(dt) {
173173
#' \donttest{
174174
#' # get data for a single month
175175
#' tr_real_yield_curve("202201")
176-
#' tr_real_yield_curve(2022)
177176
#' # or for the entire year
177+
#' tr_real_yield_curve(2022)
178178
#' }
179179
tr_real_yield_curve <- function(date = NULL) {
180180
dt <- treasury("daily_treasury_real_yield_curve", date, parse_real_yield_curve)

man/tr_real_yield_curve.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)