Skip to content

Commit

Permalink
typos (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
musvaage authored May 20, 2023
1 parent 50b28fb commit 8b13173
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/man/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ graphics {img.png}

## Strings in `Plot`

Strings (technically, all subtypes of `AbstractString`) are also accepted by plots, and will be emitted into LaTeX *as is*. This is mostly useful for using constructs from TikZ that do not have a native representation in this package direcly as LaTeX code. See [this example](@ref latex-plot-elements).
Strings (technically, all subtypes of `AbstractString`) are also accepted by plots, and will be emitted into LaTeX *as is*. This is mostly useful for using constructs from TikZ that do not have a native representation in this package directly as LaTeX code. See [this example](@ref latex-plot-elements).
2 changes: 1 addition & 1 deletion src/axiselements.jl
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ end
Use the keyword arguments as columns.
Note that this precludes the possibily of providing other keywords; see the
Note that this precludes the possibility of providing other keywords; see the
other constructors.
"""
TableData(; named_columns...) = TableData(collect(Pair(nc...) for nc in named_columns))
Expand Down
2 changes: 1 addition & 1 deletion src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end
$SIGNATURES
Call the `f` with an IO buffer, capture the output, print it to `io_main`
indended with four spaces.
indented with four spaces.
"""
function print_indent(f, io_main::IO)
io = IOBuffer()
Expand Down

0 comments on commit 8b13173

Please sign in to comment.