mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-18 22:26:12 +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,
|
/// 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.
|
/// 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
|
/// This function will not return unless an error occurs.
|
||||||
/// error occurs.
|
|
||||||
///
|
///
|
||||||
/// # Usage
|
/// # Usage
|
||||||
/// The function must be marked `async`, as this macro will insert the `#[tokio::main]` macro below
|
/// The function must be marked `async`, as this macro will insert the `#[tokio::main]` macro below
|
||||||
|
|
Loading…
Reference in a new issue