Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modern_hooks/q_object.nut
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
if (!(_q instanceof ::Hooks.__Q.QTree))
return _q.__Src;
return format("%s (which is a descendant of hookTree target %s)", _q.__Src, _q.__Target);
return format("%s (which is a descendant of hookTree target %s)", _q.__Target, _q.__Src);
}

function findInAncestors( _prototype, _key, _onStep = @()null )
Expand Down