From: Wolfgang Bangerth Date: Mon, 23 Feb 2015 00:14:40 +0000 (-0600) Subject: Fix typo. X-Git-Tag: v8.3.0-rc1~434^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed498781dbf5f8418a519b597ee6392c6619c59;p=dealii.git Fix typo. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 403c8ef4fd..dc72729f46 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -350,7 +350,7 @@ inconvenience this causes.

Specific improvements

    -
  1. New: IndexSet now has a local typedef IndexSet::value_type/ +
  2. New: IndexSet now has a local typedef IndexSet::value_type.
    (Wolfgang Bangerth, 2015/02/22)