Skip to content

Commit 7d6cab9

Browse files
committed
Fix typo on 'Using user-defined template engine' section in doc
1 parent 5195c42 commit 7d6cab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ you can apply a user-defined template engine(full managed template engine) to th
426426
TemplateEngine templateEngine = new TemplateEngine(); // <1>
427427
templateEngine.addDialect(new MyBatisDialect());
428428
templateEngine.setEngineContextFactory(new MyBatisIntegratingEngineContextFactory(
429-
targetTemplateEngine.getEngineContextFactory()));
429+
templateEngine.getEngineContextFactory()));
430430
// ...
431431
432432
Configuration configuration = new Configuration();

0 commit comments

Comments
 (0)