We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06a268 commit 917d4a8Copy full SHA for 917d4a8
src/app/AttributePathExpandIterator.h
@@ -176,7 +176,8 @@ class AttributePathExpandIterator
176
/// PeekAttributePathExpandIterator iterator(...., state);
177
/// if (iterator.Next(...)) { ... }
178
/// }
179
-/// // state here is ROLLED BACK (i.e. initializing a new iterator with it will start at the same place as the previous iteration attempt).
+/// // state here is ROLLED BACK (i.e. initializing a new iterator with it will start at the same place as the previous
180
+/// iteration attempt).
181
///
182
183
class PeekAttributePathExpandIterator
0 commit comments