Skip to content

Commit

Permalink
Fix doc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed May 13, 2022
1 parent 3526fed commit 6b28864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ impl ReflectTraits {
}
}

/// Returns the logic for `Reflect::debug` as a `TokenStream`.
/// Returns the implementation of `Reflect::debug` as a `TokenStream`.
///
/// If `Debug` was not registered, returns `None`.
pub fn get_debug_impl(&self) -> Option<proc_macro2::TokenStream> {
Expand Down

0 comments on commit 6b28864

Please sign in to comment.