From e0d8c94a1a9fb3fba03f8192f16df951dfdb3555 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 9 Apr 2018 23:55:36 +0200 Subject: [PATCH] Fixed DA comments. --- .../changes/{minor => incompatibilities}/20180408LucaHeltai | 0 examples/step-53/step-53.cc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/news/changes/{minor => incompatibilities}/20180408LucaHeltai (100%) diff --git a/doc/news/changes/minor/20180408LucaHeltai b/doc/news/changes/incompatibilities/20180408LucaHeltai similarity index 100% rename from doc/news/changes/minor/20180408LucaHeltai rename to doc/news/changes/incompatibilities/20180408LucaHeltai diff --git a/examples/step-53/step-53.cc b/examples/step-53/step-53.cc index b696737021..fadc278f19 100644 --- a/examples/step-53/step-53.cc +++ b/examples/step-53/step-53.cc @@ -48,7 +48,7 @@ // The last include file is required because we will be using a feature that is // not part of the C++11 standard. As some of the C++14 features are very useful, -// we provide their implementation in an internal namespace, if the compiler +// we provide their implementation in an internal namespace, if the compiler // does not support them: #include -- 2.39.5