Skip to content

Commit

Permalink
Merge c7f630b into 3d88552
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 19, 2019
2 parents 3d88552 + c7f630b commit 567c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InitialValues.jl
Expand Up @@ -3,7 +3,7 @@ module InitialValues
# Use README as the docstring of the module:
@doc let path = joinpath(dirname(@__DIR__), "README.md")
include_dependency(path)
replace(read(path, String), r"^```julia" => "```jldoctest README")
replace(read(path, String), r"^```julia"m => "```jldoctest README")
end InitialValues

export Init
Expand Down

0 comments on commit 567c901

Please sign in to comment.