Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed May 20, 2023
1 parent 02c9b34 commit 9f2fd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/sos/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local defaults = {
on_timer = require("sos.impl").on_timer,
}

---Get an arbitrarily nest value from a table
---Get an arbitrarily-nested value from a table
---@param tbl table table to get the value from
---@param path unknown[] array of keys to follow
---@return unknown? value
Expand All @@ -41,7 +41,7 @@ local function tbl_keypath_get(tbl, path)
return tbl
end

---Set an arbitrarily nest value on a table
---Set an arbitrarily-nested value on a table
---@param tbl table
---@param path unknown[]
---@param val unknown
Expand Down

0 comments on commit 9f2fd28

Please sign in to comment.