diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2025-02-01 13:08:44 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2025-02-01 13:08:44 +0000 |
commit | 6e55d12e076adafb46dc80cec83d8b606145d22f (patch) | |
tree | 66c122974aedb842ff1e8791a2f59333f70640de | |
parent | 820b85c37e185c86de5740b265b496e2582e771e (diff) |
-rw-r--r-- | documentation/content/en/books/dev-model/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/dev-model/_index.adoc b/documentation/content/en/books/dev-model/_index.adoc index bae88b0e2e..ac46291690 100644 --- a/documentation/content/en/books/dev-model/_index.adoc +++ b/documentation/content/en/books/dev-model/_index.adoc @@ -103,7 +103,7 @@ I would like to thank the following people for taking the time to explain things [[overview]] == Overview A project model is a means to reduce the communications overhead in a project. -As shown by [crossref:dev-model[brooks, Brooks, 1995]], increasing the number of project participants increases the communication in the project exponentionally. +As shown by [crossref:dev-model[brooks, Brooks, 1995]], increasing the number of project participants increases the communication in the project exponentially. FreeBSD has during the past few years increased both its mass of active users and committers, and the communication in the project has risen accordingly. This project model will serve to reduce this overhead by providing an up-to-date description of the project. |