Skip to content

Commit 9f0fcde

Browse files
committed
README.md: Small tweaks for readability
1 parent 8dfaf22 commit 9f0fcde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ The following classes are used for profiling:
3030
* `LogBinTableRenderer` prints the histogram as a table
3131
* `LogBinJsonRenderer` prints the histogram as a JSON object
3232

33-
The following is an experimental feature:
33+
The following is an experimental feature whose API and functionality may change
34+
considerably in the future:
3435

35-
* `Channel` class allows coroutines to send messages to each other. This is
36-
an experimental feature whose API and feature may change considerably
37-
in the future.
36+
* `Channel` class allows coroutines to send messages to each other
3837

3938
The library provides a number of macros to help create coroutines and manage
4039
their life cycle:
@@ -89,7 +88,8 @@ others (in my opinion of course):
8988
* ~0.3 microseconds on a 240 MHz ESP32
9089
* ~0.4 microseconds on 96 MHz Teensy 3.2 (depending on compiler
9190
settings)
92-
* uses the [computed goto](https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html)
91+
* uses the
92+
[computed goto](https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html)
9393
feature of the GCC compiler (also supported by Clang) to avoid the
9494
[Duff's Device](https://en.wikipedia.org/wiki/Duff%27s_device) hack
9595
* allows `switch` statements in the coroutines

0 commit comments

Comments
 (0)