From 857b4e628d25f94968bec8e530c5e228454db15d Mon Sep 17 00:00:00 2001 From: anand jain Date: Fri, 20 Sep 2024 08:30:52 -0700 Subject: [PATCH] small doc fix --- ruststep/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruststep/src/lib.rs b/ruststep/src/lib.rs index bd3fb870d..111fa048b 100644 --- a/ruststep/src/lib.rs +++ b/ruststep/src/lib.rs @@ -10,7 +10,7 @@ //! //! ```toml //! [dependencies] -//! ruststep = { version: "*", features = ["ap201", "ap203"] } +//! ruststep = { version = "*", features = ["ap201", "ap203"] } //! ``` //! //! These features are not default.