diff --git a/peps/pep-0695.rst b/peps/pep-0695.rst index 4f142e3ab9f..1bc5fe000bb 100644 --- a/peps/pep-0695.rst +++ b/peps/pep-0695.rst @@ -1201,7 +1201,7 @@ A default type argument can be specified using the ``=`` operator. .. code-block:: c++ // Generic class - template + template class ClassA { // Constraints are supported through compile-time assertions.