Skip to content

Commit 2bc7570

Browse files
committed
C++: Fix docstring in localReferences.ql
1 parent a6637c4 commit 2bc7570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/localReferences.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* @name Jump-to-definition links
2+
* @name Find-references links
33
* @description Generates use-definition pairs that provide the data
4-
* for jump-to-definition in the code viewer.
4+
* for find-references in the code viewer.
55
* @kind definitions
66
* @id cpp/ide-find-references
77
* @tags ide-contextual-queries/local-references

0 commit comments

Comments
 (0)