Skip to content

Commit

Permalink
fix(types): correct typo of buffer field name
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleelunn committed Jan 13, 2025
1 parent 1833746 commit bcc789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/present/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

---@class present.StartOptions
---@field bufnr number?: Buffer number containing slides to present. Defaults to the current buffer `0`
---@field filepath string?: The path to file containing slides to present. Takes precedence over `buffer_number`
---@field filepath string?: The path to file containing slides to present. Takes precedence over `bufnr`

0 comments on commit bcc789e

Please sign in to comment.