We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6759f commit b96dd85Copy full SHA for b96dd85
lua/orgmode/objects/date.lua
@@ -29,7 +29,7 @@ local time_format = '%H:%M'
29
---@field related_date_range OrgDate
30
---@field dayname string
31
---@field adjustments string[]
32
----@private is_today_date boolean?
+---@field private is_today_date boolean?
33
local Date = {
34
---@type fun(this: OrgDate, other: OrgDate): boolean
35
__eq = function(this, other)
0 commit comments