We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7223ce4 commit b831469Copy full SHA for b831469
1 file changed
anathema-templates/src/variables.rs
@@ -301,7 +301,7 @@ impl Variables {
301
self.boundary.pop();
302
}
303
304
- /// Create a new child and set the new children id as the `current` id.
+ /// Create a new child and set the new child's id as the `current` id.
305
/// Any operations done from here on out are acting upon the new child scope.
306
pub(crate) fn push(&mut self) {
307
let parent = self.root.get_scope_mut(&self.current);
0 commit comments