Skip to content

Commit d6082e5

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8c225e1 commit d6082e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dbt_mcp/discovery/param_descriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"and, at depth=1, returns the target node plus both parents and children "
4747
"(not filtered to one direction). Derive one direction from the result via "
4848
"parentIds: parents are nodes whose uniqueId is in the target's parentIds; "
49-
"children are nodes whose parentIds contains the target's uniqueId."
49+
"children are nodes whose parentIds contain the target's uniqueId."
5050
)

0 commit comments

Comments
 (0)