This commit is contained in:
Martchus 2017-07-04 22:45:10 +02:00
parent fa38238f96
commit 2e65843687
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Entry::Entry(const string &label, NodeEntry *parent)
}
/*!
* \brief Constructs a copy of the another entry.
* \brief Constructs a copy of another entry.
* \remarks The copy will be parentless and thus not be embedded in the hierarchy
* of \a other. Child entries will be copied as well.
*/