doc: minor text fix for mainpage.md

Rearranged sentence so that only one 'and' is used in the sentence
This commit is contained in:
jasdeepgill 2019-11-24 19:59:46 -08:00 committed by Alexandre Abadie
parent 353c0e91d0
commit 75770b5641
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -8,9 +8,9 @@ RIOT in a nutshell {#riot-in-a-nutshell}
RIOT is an open-source microkernel-based operating system, designed to match RIOT is an open-source microkernel-based operating system, designed to match
the requirements of Internet of Things (IoT) devices and other embedded the requirements of Internet of Things (IoT) devices and other embedded
devices. These requirements include a very low memory footprint (on the order devices. These requirements include a very low memory footprint (on the order
of a few kilobytes), high energy efficiency, real-time capabilities, of a few kilobytes), high energy efficiency, real-time capabilities, support
communication stacks for both wireless and wired networks, and support for a for a wide range of low-power hardware, communication stacks for wireless and
wide range of low-power hardware. communication stacks for wired networks.
RIOT provides a microkernel, multiple network stacks, and utilities which RIOT provides a microkernel, multiple network stacks, and utilities which
include cryptographic libraries, data structures (bloom filters, hash tables, include cryptographic libraries, data structures (bloom filters, hash tables,
@ -109,9 +109,9 @@ top-level directories:
core core
---- ----
This directory contains the actual kernel. The kernel consists of the This directory contains the actual kernel. The kernel consists of the scheduler,
scheduler, inter-process-communication (messaging), threading, thread inter-process-communication (messaging), threading, and thread
synchronization, and supporting data-structures and type definitions. synchronization, as well as supporting data-structures and type definitions.
See @ref core for further information and API documentations. See @ref core for further information and API documentations.