Skip to content

Commit 0d7d60e

Browse files
authored
C++: add small docstring fix
1 parent 5ed7056 commit 0d7d60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/commons/Printf.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ abstract class BufferWriteEstimationReason extends TBufferWriteEstimationReason
3737

3838
/**
3939
* 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
40+
* classes derived from BufferWrite and overriding `getMaxData/0` still work with the
4141
* queries as intended.
4242
*/
4343
class NoSpecifiedEstimateReason extends BufferWriteEstimationReason, TNoSpecifiedEstimateReason {

0 commit comments

Comments
 (0)