Skip to content

Commit

Permalink
Fix typos in tuf/mod.rs (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
danbev authored Jan 22, 2023
1 parent 8d22a6d commit cef6737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tuf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ impl SigstoreRepository {
/// ## Usage inside of async code
///
/// **Warning:** this method needs special handling when invoked from
/// an async function because it peforms blocking operations.
/// an async function because it performs blocking operations.
///
/// If needed, this can be solved in that way:
/// If needed, this can be solved in the following way:
///
/// ```rust,no_run
/// use tokio::task::spawn_blocking;
Expand Down

0 comments on commit cef6737

Please sign in to comment.