Skip to content

Commit 831386d

Browse files
committed
Fix formatting in UserDefinedLiteral.qll documentation
1 parent 66b653b commit 831386d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/common/src/codingstandards/cpp/UserDefinedLiteral.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-
* A user defined literal operator is a function that defines the behavior of a user defined literal.
8+
* A user defined literal operator is a function that defines the behavior of a user defined literal.
99
* It is declared using the `operator ""` syntax.
1010
* ```
1111
* constexpr long operator""_km(unsigned long value) {

0 commit comments

Comments
 (0)