changeset 1980:5718cf42be55

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Thu, 27 Apr 2017 14:41:39 +0300
parents ff28ca78bef3
children 082724c57c38
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml	Wed Apr 26 13:33:35 2017 +0300
+++ b/xml/en/docs/dev/development_guide.xml	Thu Apr 27 14:41:39 2017 +0300
@@ -5417,7 +5417,7 @@
 <para>
 The following example produces a complete HTTP output with "foo" as its body.
 In order for the example to work not only as a main request but as a subrequest
-as well, the <literal>last_in_chain_flag</literal> is set in the last buffer
+as well, the <literal>last_in_chain</literal> flag is set in the last buffer
 of the output.
 The <literal>last_buf</literal> flag is set only for the main request since
 a subrequest's last buffers does not end the entire output.