Skip to content

Commit

Permalink
added suggestion from reviewer stevengj
Browse files Browse the repository at this point in the history
  • Loading branch information
mitiemann committed Dec 28, 2023
1 parent 00c72d9 commit 54e0f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Markdown/src/Markdown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end
"""
macro md_str(s)
Construct a `MD` Markdown object from the given string s.
Parse the given string as Markdown text and return a corresponding `Markdown.MD` object.
# Example
```jldoctest
Expand Down

0 comments on commit 54e0f67

Please sign in to comment.