Skip to content

Commit 416ed57

Browse files
committed
Fix qldoc comments
1 parent f321adf commit 416ed57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import go
1717

1818
/**
19-
* Determines whether a flag for use with `os.OpenFile` implies that the resulting
19+
* Holds if a flag for use with `os.OpenFile` implies that the resulting
2020
* file handle will be writable.
2121
*/
2222
predicate isWritable(Entity flag) {
@@ -25,7 +25,7 @@ predicate isWritable(Entity flag) {
2525
}
2626

2727
/**
28-
* Recursively extracts constant names from an expression.
28+
* Gets constant names from an expression.
2929
*/
3030
QualifiedName getConstants(ValueExpr expr) {
3131
result = expr or

0 commit comments

Comments
 (0)