aboutsummaryrefslogtreecommitdiff
path: root/contrib/libcbor/doc/source/internal.rst
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libcbor/doc/source/internal.rst')
-rw-r--r--contrib/libcbor/doc/source/internal.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libcbor/doc/source/internal.rst b/contrib/libcbor/doc/source/internal.rst
index 2c62a82b2329..e30cb11dffa1 100644
--- a/contrib/libcbor/doc/source/internal.rst
+++ b/contrib/libcbor/doc/source/internal.rst
@@ -6,7 +6,7 @@ Internal workings of *libcbor* are mostly derived from the specification. The pu
Terminology
---------------
=== ====================== ========================================================================================================================================
-MTB Major Type Byte http://tools.ietf.org/html/rfc7049#section-2.1
+MTB Major Type Byte https://www.rfc-editor.org/rfc/rfc8949.html#section-3.1
--- ---------------------- ----------------------------------------------------------------------------------------------------------------------------------------
DST Dynamically Sized Type Type whose storage requirements cannot be determined
@@ -32,7 +32,7 @@ and also borrowing from
General notes on the API design
--------------------------------
-The API design has two main driving priciples:
+The API design has two main driving principles:
1. Let the client manage the memory as much as possible
2. Behave exactly as specified by the standard