Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing formatting in one sentence #901

Merged
merged 4 commits into from Jan 1, 2017

Conversation

Koziolek
Copy link
Contributor

One small fix in EN version.

@@ -38,15 +38,15 @@ As we've read, the role we give our stage is important. The GenStage specificat

+ `:consumer` — A sink. A consumer requests and receives data from producers.

Notice that our producers _wait_ for demand? With GenStage our consumers send demand upstream and process the data from our producer. This faciliates a mechanism known as back-pressure. Back-pressure puts the onus on the producer to not over-pressure when consumers are busy.
Notice that our producers __wait__ for demand? With GenStage our consumers send demand upstream and process the data from our producer. This facilitates a mechanism known as back-pressure. Back-pressure puts the onus on the producer to not over-pressure when consumers are busy.
Copy link
Member

Choose a reason for hiding this comment

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

@Koziolek do we use bold or italics in the other lessons?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@doomspork, bold in most casses that's why I looks strange for me in this place.

Copy link
Member

Choose a reason for hiding this comment

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

Thank you @Koziolek 👍

@doomspork doomspork merged commit 918954e into elixirschool:master Jan 1, 2017
@doomspork
Copy link
Member

Thank you @Koziolek, I appreciate your help!

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

Successfully merging this pull request may close these issues.

None yet

2 participants