Skip to content

Commit 96a90fa

Browse files
committed
contrib: Update snippets
1 parent ffb239f commit 96a90fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/Testing/Using Obsidian API in tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Obtain all the `Task` objects from all the Markdown files:
6464

6565
<!-- snippet: readAllTasksFromAllSimulatedFiles -->
6666
```ts
67-
const tasks = readAllTasksFromAllSimulatedFiles();
67+
const allTasks = readAllTasksFromAllSimulatedFiles();
6868
```
6969
<!-- endSnippet -->
7070

0 commit comments

Comments
 (0)