From 05fc13540f8a334360af07ee5cc9201c39d7219f Mon Sep 17 00:00:00 2001 From: danpetry Date: Thu, 20 Sep 2018 12:07:18 +0200 Subject: [PATCH] Fixup: some changes to doc.txt Good English is important. God save the Queen. --- pkg/tinycbor/doc.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/tinycbor/doc.txt b/pkg/tinycbor/doc.txt index 2160d32b57ef..318195a7d2f2 100644 --- a/pkg/tinycbor/doc.txt +++ b/pkg/tinycbor/doc.txt @@ -7,21 +7,21 @@ * * # TinyCBOR * - * TinyCBOR is a small CBOR encoder and decoder, optimized for very fast - * operation with very small footprint. + * TinyCBOR is a CBOR encoder and decoder with a very small footprint, optimized + * for very fast operation. * - * The main encoder and decoder function don't use dynamic memory allocation. + * The main encoder and decoder functions don't use dynamic memory allocation. * * # Usage * - * Just add it as a package in your application: + * Just add it as a package in your application's Makefile: * * ```makefile * USEPKG += tinycbor * ``` * - * TinyCBOR has optional floating point support. In RIOT-os this is enabled by - * adding to your application: + * TinyCBOR has optional floating point support. In RIOT-OS this is enabled by + * adding the following line to your application's Makefile: * * ```makefile * USEMODULE += tinycbor_float