Skip to content

Commit 2f56ec7

Browse files
committed
Fix QLDoc
1 parent 80c3993 commit 2f56ec7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/ql/lib/semmle/go/security/IncorrectIntegerConversionLib.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ private class MaxValueState extends TMaxValueState {
260260
*/
261261
abstract class FlowStateTransformer extends DataFlow::Node {
262262
/**
263-
* Holds if this should be a barrier for `flowstate`.
263+
* Holds if this should be a barrier for a flow state with bit size `bitSize`
264+
* and architecture bit size `architectureBitSize`.
264265
*
265266
* This includes flow states which are transformed into other flow states.
266267
*/

0 commit comments

Comments
 (0)