Skip to content

Commit

Permalink
Update src/Storage/Storage.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Kelly <[email protected]>
  • Loading branch information
nhz2 and sjkelly authored Oct 12, 2023
1 parent f4cc810 commit 6db82e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Storage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ abstract type AbstractStore end
"""
storagesize(d::AbstractStore, p::AbstractString)
This function shall return the size of all data files in a store at path p.
This function shall return the size of all data files in a store at path `p`.
"""
function storagesize end

Expand Down

0 comments on commit 6db82e2

Please sign in to comment.