From 0dabca05b8ffd9b48692274f7695370dde81dd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Tue, 7 Nov 2023 11:46:39 +0100 Subject: [PATCH] tutorials/tictoc: Use a less confusing word: "polynomially" -> "rapidly" --- docs/tutorials/tictoc/part7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/tictoc/part7.md b/docs/tutorials/tictoc/part7.md index 9b56301..bba9a7e 100644 --- a/docs/tutorials/tictoc/part7.md +++ b/docs/tutorials/tictoc/part7.md @@ -114,7 +114,7 @@ Below is the average number of packets that arrived vs *N*: -Notice that the Y axis is logarithmic. The average number of packets that arrive decreases polynomially +Notice that the Y axis is logarithmic. The average number of packets that arrive decreases rapidly as *N* increases, and the network gets larger. [`cMessage`]: https://omnetpp.org/doc/omnetpp/api/classomnetpp_1_1cMessage.html