Skip to content

Commit f9d4e05

Browse files
authored
Merge pull request #24 from kazuki43zoo/fix-typo-in-doc
Fix typo on 'Using user-defined template engine' section in doc
2 parents 5195c42 + 7d6cab9 commit f9d4e05

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)