=doc Replace "in runtime" with "at runtime"

In the "Fault Tolerance" docs, replace "in runtime" with "at runtime".
This commit is contained in:
Markus Hauck 2015-10-13 14:39:09 +02:00
parent 48cf736f95
commit e17090a6b8
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ but in this sample we use a best effort re-connect approach.
Read the following source code. The inlined comments explain the different pieces of
the fault handling and why they are added. It is also highly recommended to run this
sample as it is easy to follow the log output to understand what is happening in runtime.
sample as it is easy to follow the log output to understand what is happening at runtime.
.. toctree::

View file

@ -18,7 +18,7 @@ but in this sample we use a best effort re-connect approach.
Read the following source code. The inlined comments explain the different pieces of
the fault handling and why they are added. It is also highly recommended to run this
sample as it is easy to follow the log output to understand what is happening in runtime.
sample as it is easy to follow the log output to understand what is happening at runtime.
.. toctree::