Make doc linter happy

This commit is contained in:
Collin Brittain 2025-04-10 09:47:31 -05:00
parent 0dcfaac911
commit 9cb7a38cb4
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ fn get_json_type(ty: &Type) -> proc_macro2::TokenStream {
}
}
/// A procedural macro that transforms a function into a [`rig::tool::Tool`] that can be used with a [`rig::agent::Agent`].
/// A procedural macro that transforms a function into a `rig::tool::Tool` that can be used with a `rig::agent::Agent`.
///
/// # Examples
///