Skip to content

Commit

Permalink
Fix typo in single-process-pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzab committed Jul 5, 2017
1 parent 164744a commit 7acfbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/asciidoc/single-process-pubsub.asciidoc
Expand Up @@ -25,7 +25,7 @@ With that caveat out of the way, let's get started.

We'll need two different mutable references in our foundation. The first will
keep track of the next "job id" we'll hand out. Each of these background jobs
we'll be represented by a unique identifier, which will be used in our URLs.
will be represented by a unique identifier, which will be used in our URLs.
The second piece of data will be a map from the job ID to the broadcast channel
used for publishing updates. In code:

Expand Down

0 comments on commit 7acfbed

Please sign in to comment.