diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2018-10-08 07:42:08 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-10-09 09:12:45 +0000 |
commit | 5b22d8500887eed9d49af7f813a52aff2491b1e3 (patch) | |
tree | 909309ac0e544d6689eece026a220bdefafe82bc /CONTRIBUTING.rst | |
parent | 3ed26a473cd5b1aa41311e216b4d84d0ba0fb288 (diff) | |
download | buildstream-5b22d8500887eed9d49af7f813a52aff2491b1e3.tar.gz |
contributing.rst: no spaces before '?'
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 066495d68..bf10950ea 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1001,9 +1001,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. |