Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Grammatical Mistakes #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

rohitm17
Copy link

@rohitm17 rohitm17 commented Oct 7, 2019

for seems redundant.
builds, ->builds
,Release ->Space added

for seems redundant.
builds, ->builds
,Release ->Space added
Copy link
Contributor

@snarkmaster snarkmaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for reading through this! Would you mind rolling back the {Debug,Release} change?

@@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/facebook/bistro.svg?branch=master)](https://travis-ci.org/facebook/bistro)

This README is a very abbreviated introduction to Bistro. Visit
http://facebook.github.io/bistro for a more structured introduction, and for the docs.
http://facebook.github.io/bistro for a more structured introduction, and the docs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a grammar fix, but a style preference. To me, having 2 "for" clauses is more clear. But if you feel passionate about this, do it your way.

various flavors of Linux and Mac OS.

The binaries will be in `bistro/cmake/{Debug,Release}`. Available build
The binaries will be in `bistro/cmake/{Debug, Release}`. Available build
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not change this. The {foo,bar} syntax has clear significance to anybody who uses a Bourne-style shell. Adding whitespace here changes the meaning. This is not a good fix, since the Release directory does not, in fact, have a leading space.

@@ -47,10 +47,10 @@ very similar steps on most modern Linux distributions.

If you run into dependency problems, look at `bistro/cmake/setup.cmake` for
a full list of Bistro's external dependencies (direct and indirect). We
gratefully accept patches that improve Bistro's builds, or add support for
gratefully accept patches that improve Bistro's builds or add support for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good catch, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants