summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2018-10-08 07:42:08 -0400
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2018-10-08 07:43:13 -0400
commit7e7561f3d897ba7971fa1d9ad232307a6a9e7e22 (patch)
tree8691321ad00ab8234a0a05da969ded99722c5041
parent1fbcf9e66bf95c1d47d3a3922df2c024b2ece113 (diff)
downloadbuildstream-aevri/contributing_fixups.tar.gz
contributing.rst: no spaces before '?'aevri/contributing_fixups
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 7e606eaf2..f0ef46893 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -986,9 +986,9 @@ well documented and minimal.
When adding new API to a given object for a new purpose, consider whether
the new API is in any way redundant with other API (should this value now
-go into the constructor, since we use it more than once ? could this
+go into the constructor, since we use it more than once? could this
value be passed along with another function, and the other function renamed,
-to better suit the new purposes of this module/object ?) and repurpose
+to better suit the new purposes of this module/object?) and repurpose
the outward facing API of an object as a whole every time.