aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-07-17 16:19:30 +0300
committerJake Petroules <jake.petroules@petroules.com>2015-07-17 21:15:06 +0000
commite8ba68ee31eb702b87922360756e158d4178ea48 (patch)
tree5701438d9c73ef03192ebc92527e37d78c80c379 /doc
parent3ea50cfc006f23ab1a8d908f13afaad1089edded (diff)
Doc: Use passive form
Change-Id: I714911fb825a366491a18904b7cc2f30233a135e Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/jsextensions/jsextension-process.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-textfile.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/jsextensions/jsextension-process.qdoc b/doc/reference/jsextensions/jsextension-process.qdoc
index e4011de02..f0d728235 100644
--- a/doc/reference/jsextensions/jsextension-process.qdoc
+++ b/doc/reference/jsextensions/jsextension-process.qdoc
@@ -51,7 +51,7 @@
\code
close(): void
\endcode
- Frees the resources associated with the process. We recommended to always call this function as
+ Frees the resources associated with the process. It is recommended to always call this function as
soon as you are finished with the process.
\section2 exec
diff --git a/doc/reference/jsextensions/jsextension-textfile.qdoc b/doc/reference/jsextensions/jsextension-textfile.qdoc
index 0a444b0fb..fe6960a67 100644
--- a/doc/reference/jsextensions/jsextension-textfile.qdoc
+++ b/doc/reference/jsextensions/jsextension-textfile.qdoc
@@ -65,7 +65,7 @@
\code
close(): void
\endcode
- Closes the file. We recommended to always call this function as soon as you are finished
+ Closes the file. It is recommended to always call this function as soon as you are finished
with the file, in order to keep the number of in-flight file descriptors as low as possible.
\section2 readAll