Commit e962526d authored by Dominik Charousset's avatar Dominik Charousset

Fix documentation text

parent a271c786
...@@ -690,7 +690,7 @@ public: ...@@ -690,7 +690,7 @@ public:
// -- behavior management ---------------------------------------------------- // -- behavior management ----------------------------------------------------
/// Returns whether `true` if the behavior stack is not empty. /// Returns `true` if the behavior stack is not empty.
inline bool has_behavior() const noexcept { inline bool has_behavior() const noexcept {
return !bhvr_stack_.empty(); return !bhvr_stack_.empty();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment