changeset 2514:da5355b68ddd

Removed brackets from r.parent in njs Changes.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Mar 2020 15:01:47 +0000
parents 1a27ac43001d
children 621ffbc159b6
files xml/en/docs/njs/changes.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/changes.xml
+++ b/xml/en/docs/njs/changes.xml
@@ -9,7 +9,7 @@
 <article name="Changes"
         link="/en/docs/njs/changes.html"
         lang="en"
-        rev="29"
+        rev="30"
         toc="no">
 
 <section id="njs0.3.9" name="Changes with njs 0.3.9">
@@ -208,7 +208,7 @@ that resolves to a subrequest response o
 <listitem>
 <para>
 Change:
-<link doc="reference.xml" id="r_parent"><literal>r.parent()</literal></link>
+<link doc="reference.xml" id="r_parent"><literal>r.parent</literal></link>
 property handler now returns
 <literal>undefined</literal>
 instead of throwing an exception if a parent object is not available.