From 3e434e3103e0214251c4dcec5ff99c3d3d219d32 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 20 Aug 2023 09:19:03 +0200 Subject: [PATCH] docs: link to factory examples subtly --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d8863b9..2782619 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,7 +20,7 @@ //! be applied on buffers of some length and are transformable to be able to be //! applied in a different order while maintaining the same result. //! -//! To generate Operation Sequences use helper methods from the trait [buffer::OperationFactory]. +//! To generate Operation Sequences use helper methods from module [buffer::factory] (trait [buffer::OperationFactory]). //! //! ## features //! * `proto` : include GRCP protocol definitions under [proto] (default enabled)