Skip to content

Commit

Permalink
Fix spelling of function
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Jan 14, 2025
1 parent 2ad5d8b commit b9a19e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ end
You can also use this function to make reads faster.
Change the mode from `"r+"` to `"r"` to open the file read-only.
See also: [`begin_time_series_update!`](@ref)
See also: [`begin_time_series_update`](@ref)
"""
function open_time_series_store!(
func::Function,
Expand Down Expand Up @@ -1404,7 +1404,7 @@ end
"""
Add time series in bulk.
Prefer use of [`begin_time_series_update!`](@ref).
Prefer use of [`begin_time_series_update`](@ref).
# Examples
```julia
Expand Down

0 comments on commit b9a19e2

Please sign in to comment.