From 9f067a0996cd9227d570bc1c960e0a3a312f1bb5 Mon Sep 17 00:00:00 2001 From: Ottatop Date: Mon, 22 Jan 2024 00:12:32 -0600 Subject: [PATCH] Fix wording --- api/rust/pinnacle-api-macros/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/rust/pinnacle-api-macros/src/lib.rs b/api/rust/pinnacle-api-macros/src/lib.rs index 36631d6..8b51e7a 100644 --- a/api/rust/pinnacle-api-macros/src/lib.rs +++ b/api/rust/pinnacle-api-macros/src/lib.rs @@ -10,8 +10,7 @@ use syn::{ /// This will cause the function to connect to Pinnacle's gRPC server, run your configuration code, /// then await all necessary futures needed to call callbacks. /// -/// If your config contains anything that has a callback, this function will not return unless an -/// error occurs. +/// This function will not return unless an error occurs. /// /// # Usage /// The function must be marked `async`, as this macro will insert the `#[tokio::main]` macro below