Skip to content

Commit

Permalink
jsdoc: Correct description of SearchInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Oct 27, 2023
1 parent f1ec05f commit 85eac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/SearchInfo.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Task } from '../Task';

/**
* SearchInfo will soon contain selected data passed in from the {@link Query} being executed.
* SearchInfo contains selected data passed in from the {@link Query} being executed.
*
* This is the Parameter Object pattern: it is a container for information that needs
* to be passed down through multiple levels of code, without having to update
Expand Down

0 comments on commit 85eac9b

Please sign in to comment.