Skip to content

Commit 488dd3f

Browse files
committed
spelling: dimensions
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 68ea820 commit 488dd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/exprs/BuiltInOperations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ class BuiltInOperationIsArray extends BuiltInOperation, @isarray {
11371137
* A C++ `__array_rank` built-in operation (used by some implementations of the
11381138
* `<type_traits>` header).
11391139
*
1140-
* If known, returns the number of dimentsions of an arrary type.
1140+
* If known, returns the number of dimensions of an arrary type.
11411141
* ```
11421142
* template<typename _Tp>
11431143
* struct rank

0 commit comments

Comments
 (0)