Skip to content

Commit

Permalink
docs(Diagram): improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
bauglir committed Jul 12, 2022
1 parent a1de769 commit b31dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kroki.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Diagram(type::Symbol, specification::AbstractString) = Diagram(specification, ty
Constructs a [`Diagram`](@ref) from the `specification` for a specific `type`
of diagram, or loads the `specification` from the provided `path`.
Specifying both, or neither, keyword arguments is invalid.
Specifying both keyword arguments, or neither, is invalid.
"""
function Diagram(
type::Symbol;
Expand Down

0 comments on commit b31dc50

Please sign in to comment.