Skip to content

Commit b5935fc

Browse files
committed
Language reference: mention BigInt.bitLength()
1 parent bca5f4b commit b5935fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The other built-in operations are:
443443
* ``BigInt`` arithmetic: binary ``+``, ``-``, ``*``, ``/``, ``%``, unary ``-``,
444444
* bitwise operations: ``.bitAnd(BigInt)``, ``.bitOr(BigInt)``,
445445
``.bitXor(BigInt)``, ``.bitShiftLeft(int)``, ``.bitShiftRightSigned(int)``,
446-
``.bitNot()``,
446+
``.bitNot()``, ``.bitLength()``,
447447
* aggregates: ``min``, ``max``, (``strict``)\ ``sum``, (``strict``)\ ``count``, ``avg``,
448448
``rank``, ``unique``, ``any``.
449449
* other: ``.pow(int)``, ``.abs()``, ``.gcd(BigInt)``, ``.minimum(BigInt)``,

0 commit comments

Comments
 (0)