Skip to content

Commit

Permalink
Fix incorrect type in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanthoren committed Feb 27, 2024
1 parent 5a20908 commit 0099367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opsviewclient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ impl OpsviewClient {
/// * `T` - The type of object to be retrieved.
///
/// # Returns
/// A `Result` wrapping an `ConfigObjectMap` containing the objects on the Opsview system at
/// A `Result` wrapping a `ConfigObjectMap<T>` containing the objects on the Opsview system at
/// the specified path.
///
/// # Errors
Expand Down

0 comments on commit 0099367

Please sign in to comment.