From: Julien EMMANUEL Date: Fri, 4 Oct 2019 14:08:34 +0000 (+0200) Subject: Fix a doc error about actors (Tutorial_algorithms) X-Git-Tag: v3.24~39 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9b5c287fbf93c2ae7c3d18c8584647ef9920fe87?hp=3757747dbff63296e9ccfecaf989df005c043363 Fix a doc error about actors (Tutorial_algorithms) --- diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index 562a0cc853..cbb9a8c72c 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -85,7 +85,7 @@ the opportunity to improve this scheme. The Actors .......... -Let's start with the code of the worker. It is represented by the +Let's start with the code of the master. It is represented by the *master* function below. This simple function takes at least 3 parameters (the amount of tasks to dispatch, their computational size in flops to compute and their communication size in bytes to