Skip to content

Commit b831469

Browse files
authored
Update anathema-templates/src/variables.rs
1 parent 7223ce4 commit b831469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

anathema-templates/src/variables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ impl Variables {
301301
self.boundary.pop();
302302
}
303303

304-
/// Create a new child and set the new children id as the `current` id.
304+
/// Create a new child and set the new child's id as the `current` id.
305305
/// Any operations done from here on out are acting upon the new child scope.
306306
pub(crate) fn push(&mut self) {
307307
let parent = self.root.get_scope_mut(&self.current);

0 commit comments

Comments
 (0)