Skip to content

Commit

Permalink
fix an indent in documentation of Mmap.mmap (#29641)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9fd9962)
  • Loading branch information
bicycle1885 authored and KristofferC committed Feb 20, 2020
1 parent f387bc6 commit 3a7892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Mmap/src/Mmap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ end # os-test

"""
Mmap.mmap(io::Union{IOStream,AbstractString,Mmap.AnonymousMmap}[, type::Type{Array{T,N}}, dims, offset]; grow::Bool=true, shared::Bool=true)
Mmap.mmap(type::Type{Array{T,N}}, dims)
Mmap.mmap(type::Type{Array{T,N}}, dims)
Create an `Array` whose values are linked to a file, using memory-mapping. This provides a
convenient way of working with data too large to fit in the computer's memory.
Expand Down

0 comments on commit 3a7892f

Please sign in to comment.