We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a42fb8 commit ff5b649Copy full SHA for ff5b649
libcxx/include/__tree
@@ -135,7 +135,7 @@ unsigned __tree_sub_invariant(_NodePtr __x) {
135
}
136
137
// Determines if the red black tree rooted at __root is a proper red black tree.
138
-// __root == nullptr is a proper tree. Returns true is __root is a proper
+// __root == nullptr is a proper tree. Returns true if __root is a proper
139
// red black tree, else returns false.
140
template <class _NodePtr>
141
_LIBCPP_HIDE_FROM_ABI bool __tree_invariant(_NodePtr __root) {
0 commit comments