Skip to content

Commit 104545f

Browse files
MathiasVPjbj
andauthored
Replace 'Returns' with 'Gets'
Co-authored-by: Jonas Jensen <[email protected]>
1 parent 8df25c3 commit 104545f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Documentation/CaptionedComments.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import cpp
66

77
/**
8-
* Returns a string representation of the comment `c` containing the caption 'TODO' or 'FIXME'.
8+
* Gets a string representation of the comment `c` containing the caption 'TODO' or 'FIXME'.
99
* If `c` spans multiple lines, all lines after the first are abbreviated as [...].
1010
*/
1111
string getCommentTextCaptioned(Comment c, string caption) {

0 commit comments

Comments
 (0)