docs: fixed
This commit is contained in:
parent
e7a5575b0f
commit
da93c1fc0a
@ -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)} {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user