mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-17 18:11:30 +01:00
Fix wording
This commit is contained in:
parent
ba1b3feefb
commit
9f067a0996
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue