From 98550c76f771a8a749e9d807061a33b9c593fb1c Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 15 Sep 2023 16:52:53 +0200 Subject: [PATCH] doc: Parameter handling is no longer "rudimentary" --- README.md | 2 +- r2r/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0036c2fe..d3224f9eb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ What works? - Publish/subscribe - Services - Actions -- Rudimentary parameter handling +- Parameter handling Changelog -------------------- diff --git a/r2r/src/lib.rs b/r2r/src/lib.rs index 46f739fbc..e2e1211a6 100644 --- a/r2r/src/lib.rs +++ b/r2r/src/lib.rs @@ -16,7 +16,7 @@ //!- Publish/subscribe //!- Services //!- Actions -//!- Rudimentary parameter handling +//!- Parameter handling //! //! --- //!