We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed7056 commit 0d7d60eCopy full SHA for 0d7d60e
cpp/ql/lib/semmle/code/cpp/commons/Printf.qll
@@ -37,7 +37,7 @@ abstract class BufferWriteEstimationReason extends TBufferWriteEstimationReason
37
38
/**
39
* No particular reason given. This is currently used for backward compatibility so that
40
- * classes derived from BufferWrite and overriding getMaxData\0 still work with the
+ * classes derived from BufferWrite and overriding `getMaxData/0` still work with the
41
* queries as intended.
42
*/
43
class NoSpecifiedEstimateReason extends BufferWriteEstimationReason, TNoSpecifiedEstimateReason {
0 commit comments