diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-05-03 22:27:44 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-05-03 22:27:44 +0000 |
commit | 5f50d6b344f0d272a12c6f5598dde05bbe025e97 (patch) | |
tree | 47a9effcc3ced0b1f79666234549223970504012 /doc/source/internal.rst | |
parent | 058aa793d837f38f112acc154816397251019319 (diff) |
Diffstat (limited to 'doc/source/internal.rst')
-rw-r--r-- | doc/source/internal.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/internal.rst b/doc/source/internal.rst index 2c62a82b2329..e30cb11dffa1 100644 --- a/doc/source/internal.rst +++ b/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 |