summaryrefslogtreecommitdiff
path: root/doc/source/format.rst
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2017-02-11 07:33:06 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2017-02-11 07:33:13 +0000
commite89680b5b08fadec7b31d9dbda2a376c669da9a4 (patch)
tree5154517308d23140113f8f6bd032217e107028a5 /doc/source/format.rst
parenta2fa4368d1c417be6687969c5ddbbee68628c156 (diff)
downloadbuildstream-e89680b5b08fadec7b31d9dbda2a376c669da9a4.tar.gz
Remove apostrophes from grammatically incorrect instances of "it's"
Diffstat (limited to 'doc/source/format.rst')
-rw-r--r--doc/source/format.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/format.rst b/doc/source/format.rst
index d28f0fe85..76e94b2d0 100644
--- a/doc/source/format.rst
+++ b/doc/source/format.rst
@@ -149,7 +149,7 @@ Kind
kind: autotools
The ``kind`` attribute specifies which plugin will be operating on the element's input to
-produce it's output. Plugins define element types and each of them can be referred to by
+produce its output. Plugins define element types and each of them can be referred to by
name with the ``kind`` attribute.
@@ -295,7 +295,7 @@ and software building as separate problem spaces. This is to say that one elemen
can only ever depend on another element but never on a subset of the product which
another element produces.
-In this section we'll quickly go over the few features BuildStream offers in it's
+In this section we'll quickly go over the few features BuildStream offers in its
dependency model.