Skip to content

Commit b96dd85

Browse files
chore(types): Fix private field on date
1 parent 4f6759f commit b96dd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/objects/date.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ local time_format = '%H:%M'
2929
---@field related_date_range OrgDate
3030
---@field dayname string
3131
---@field adjustments string[]
32-
---@private is_today_date boolean?
32+
---@field private is_today_date boolean?
3333
local Date = {
3434
---@type fun(this: OrgDate, other: OrgDate): boolean
3535
__eq = function(this, other)

0 commit comments

Comments
 (0)