docs: fixed

This commit is contained in:
Michele Caini 2017-01-18 18:19:39 +01:00
parent e7a5575b0f
commit da93c1fc0a

View File

@ -84,7 +84,7 @@ public:
/**
* @brief Constructs a Flags object from a value of the enum `E`.
* @param flag An value of the enum `E`.
* @param flag A value of the enum `E`.
*/
constexpr Flags(E flag) noexcept: flags{toInnerType(flag)} {}