Skip to content

Commit

Permalink
Merge pull request #93 from brianhuster/dev
Browse files Browse the repository at this point in the history
update docstring
  • Loading branch information
brianhuster authored Oct 9, 2024
2 parents 370d64c + 86ec1cd commit ce0a069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/live-preview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,9 @@ open_browser({path}, {browser}) *live-preview.utils.open_browser()*
{browser} (`string`)

sha1({val}) *live-preview.utils.sha1()*
Compute the SHA1 hash of a string. Copyright (C) 2007 *Free Software
Foundation, Inc*.
Compute the SHA1 hash of a string.

Copyright (C) 2007 *Free Software Foundation, Inc*.

Parameters: ~
{val} (`string`)
Expand Down
1 change: 1 addition & 0 deletions lua/live-preview/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ function M.await_term_cmd(cmd)
end

--- Compute the SHA1 hash of a string.
---
--- Copyright (C) 2007 [Free Software Foundation, Inc](https://fsf.org/).
---@param val string
---@return string: SHA1 hash
Expand Down

0 comments on commit ce0a069

Please sign in to comment.