Skip to content

Commit

Permalink
Fix small typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 8, 2018
1 parent 7969093 commit d77826f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/examples/fibonacci_local.rst
Expand Up @@ -155,8 +155,8 @@ When this termination condition is reached, the futures can then be added up,
producing the n-th value of the Fibonacci sequence. producing the n-th value of the Fibonacci sequence.


Note that calling ``get`` potentially blocks the calling |hpx|-thread, and lets Note that calling ``get`` potentially blocks the calling |hpx|-thread, and lets
other |hpx|-run in the meantime. There are, however, more efficient ways of other |hpx|-threads run in the meantime. There are, however, more efficient ways
doing this. ``examples/quickstart/fibonacci_futures.cpp`` contains many more of doing this. ``examples/quickstart/fibonacci_futures.cpp`` contains many more
variations of locally computing the Fibonacci numbers, where each method makes variations of locally computing the Fibonacci numbers, where each method makes
different tradeoffs in where asynchrony and parallelism is applied. To get different tradeoffs in where asynchrony and parallelism is applied. To get
started, however, the method above is sufficient and optimizations can be started, however, the method above is sufficient and optimizations can be
Expand Down

0 comments on commit d77826f

Please sign in to comment.