Skip to content

Commit d9e6f2a

Browse files
committed
Merge pull request spring-projects#241 from nurkiewicz/patch-1
# By Tomasz Nurkiewicz * patch-1: Fix incorrect closing <web-app> tag in MVC docs
2 parents 18df9fe + c4ba8ce commit d9e6f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/docbook/mvc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ deferredResult.setResult(data);
26022602

26032603
...
26042604

2605-
&lt;web-app&gt;
2605+
&lt;/web-app&gt;
26062606
</programlisting>
26072607

26082608
<para>The <classname>DispatcherServlet</classname> and any

0 commit comments

Comments
 (0)