Skip to content

Commit bfd0124

Browse files
author
Gennaro Prota
committed
Fix the documentation of the default deleter for Polymorphic
1 parent be24cfe commit bfd0124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mrdocs/ADT/Polymorphic.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
namespace clang::mrdocs {
2525

26-
/** Default copier for Polymorphic.
26+
/** Default deleter for Polymorphic.
2727
2828
This class template is used as the
29-
default copier for the class
29+
default deleter for the class
3030
template Polymorphic.
3131
*/
3232
template <class Base>

0 commit comments

Comments
 (0)