Skip to content

Commit 0c54ee8

Browse files
committed
Fix QLDoc typo
1 parent a1fd539 commit 0c54ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/dataflow/internal/DataFlowNodes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ module Public {
866866
int getPosition() { result = i }
867867

868868
/**
869-
* Gets a data-flow node for a syntactic argument corresponding this this
869+
* Gets a data-flow node for a syntactic argument corresponding to this
870870
* argument. If this argument is not an implicit varargs slice then this
871871
* will just be the argument itself. If this argument is an implicit
872872
* varargs slice then this will be a data-flow node that for an argument

0 commit comments

Comments
 (0)