Skip to content

Commit

Permalink
Merge pull request #19 from hyrodium/fix/typo
Browse files Browse the repository at this point in the history
fix typos in _xclip and _powershell
  • Loading branch information
hyrodium committed Jun 7, 2021
2 parents 2c23004 + 8b56f1b commit aff6a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/_powershell.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
clipboard_img() -> Matrix{<:Colorant}
_powershell() -> Matrix{<:Colorant}
Paste an image from clipboard using powershell
"""
Expand All @@ -25,9 +25,8 @@ function _powershell()
end
end


"""
clipboard_img(img::Matrix{<:Colorant})
_powershell(img::Matrix{<:Colorant})
Copy an image to clipboard using powershell
"""
Expand Down
4 changes: 2 additions & 2 deletions src/_xclip.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function _isavailable_xclip()
end

"""
clipboard_img() -> Matrix{<:Colorant}
_xclip() -> Matrix{<:Colorant}
Paste an image from clipboard using xclip
"""
Expand All @@ -21,7 +21,7 @@ function _xclip()
end

"""
clipboard_img(img::Matrix{<:Colorant})
_xclip(img::Matrix{<:Colorant})
Copy an image to clipboard using xclip
"""
Expand Down

0 comments on commit aff6a09

Please sign in to comment.