Skip to content

Commit 1a14849

Browse files
epwalshgithub-actions[bot]
authored andcommitted
chore(docs): auto generate docs
1 parent 6094a23 commit 1a14849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/obsidian_api.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Apply a function over all notes in the current vault.
278278

279279
Parameters ~
280280
{on_note} `(fun(note: obsidian.Note))`
281-
{on_done} `(fun())`
281+
{on_done} `(fun()|?)`
282282
{timeout} `(integer|?)` Timeout in milliseconds.
283283

284284
------------------------------------------------------------------------------
@@ -288,7 +288,7 @@ Like apply, but the callback takes a path instead of a note instance.
288288

289289
Parameters ~
290290
{on_path} `(fun(path: string))`
291-
{on_done} `(fun())`
291+
{on_done} `(fun()|?)`
292292
{timeout} `(integer|?)` Timeout in milliseconds.
293293

294294
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)