Skip to content

Commit

Permalink
type def in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eohne committed Aug 7, 2024
1 parent 9956c8e commit fbedf28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/Prices.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For performance reasons and easier integration with `TimeSeries.jl` these `nothi


````@docs
get_prices(::Symbol)
get_prices(::AbstractString)
````

## Optional Sink Argument (Julia 1.9+)
Expand All @@ -18,7 +18,7 @@ If you want to return a TimeArray from TimeSeries.jl execute `get_prices(TimeArr

````@docs
get_prices(::Type{TSFrame})
get_prices(::Type{TimeSeries})
get_prices(::Type{TimeArray})
````


Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ using Test
end

@testset "Cookies" begin
ta = _renew_cookies_and_crumb()
ta = YFinance._renew_cookies_and_crumb()
@test typeof(ta) <: String
end

Expand Down

0 comments on commit fbedf28

Please sign in to comment.