Skip to content

Commit 05aa516

Browse files
Update README.md
1 parent cee4690 commit 05aa516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The goal of this project is to use Elixir and the actor model to build a good so
99

1010
## Size of the work unit
1111

12-
The size of work unit handles by every worker process and well as the main server varies dynamically with the number of logical processors available to the program which is determined using the command System.schedulers_online().
12+
The size of work unit handled by every worker process as well as the main server process varies dynamically with the number of logical processors available to the program which is determined using the command System.schedulers_online().
1313

1414
## Sample Output
1515

0 commit comments

Comments
 (0)