# HG changeset patch # User Vladimir Homutov # Date 1493293299 -10800 # Node ID 5718cf42be55d203c3cdf336b8240e6751247d40 # Parent ff28ca78bef332acd67e13f99a4351b0ac3fefaa Fixed a typo. diff -r ff28ca78bef3 -r 5718cf42be55 xml/en/docs/dev/development_guide.xml --- 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 @@ 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 last_in_chain_flag is set in the last buffer +as well, the last_in_chain flag is set in the last buffer of the output. The last_buf flag is set only for the main request since a subrequest's last buffers does not end the entire output.