From a0f6c99fb59cfdc354b83297087e281cf66df604 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 16 Apr 2025 00:37:11 +0200 Subject: [PATCH] Updated docs --- README.md | 2 +- docs/source/understanding.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fa24c7..def7cd8 100755 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ primitives, with widely available implementations that can be used both on general-purpose CPUs and on microcontrollers. One of the primary considerations for choosing this particular set of primitives is -that they can be implemented *safely* and with relatively few pitfalls, on practically +that they can be implemented *safely* with relatively few pitfalls, on practically all current computing platforms. The primitives listed here *are authoritative*. Anything claiming to be Reticulum, diff --git a/docs/source/understanding.rst b/docs/source/understanding.rst index 60ce283..be48f4d 100644 --- a/docs/source/understanding.rst +++ b/docs/source/understanding.rst @@ -863,7 +863,7 @@ primitives, with widely available implementations that can be used both on general-purpose CPUs and on microcontrollers. One of the primary considerations for choosing this particular set of primitives is -that they can be implemented *safely* and with relatively few pitfalls, on practically +that they can be implemented *safely* with relatively few pitfalls, on practically all current computing platforms. The primitives listed here *are authoritative*. Anything claiming to be Reticulum,