Skip to content

Commit de9e9e2

Browse files
authored
Merge pull request #485 from mkantor/fix-typo
Correct a typo in `RenderContext` `Debug` impl
2 parents 6b518e8 + 3625618 commit de9e9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ impl<'reg, 'rc> fmt::Debug for RenderContextInner<'reg, 'rc> {
277277
.field("partial_block_stack", &self.partial_block_stack)
278278
.field("root_template", &self.root_template)
279279
.field("current_template", &self.current_template)
280-
.field("disable_eacape", &self.disable_escape)
280+
.field("disable_escape", &self.disable_escape)
281281
.finish()
282282
}
283283
}

0 commit comments

Comments
 (0)