Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl Order {
}
}

/// An stream-like interface that yields an [`Order`]'s authoritations
/// An stream-like interface that yields an [`Order`]'s authorizations
///
/// Call [`next()`] to get the next authorization in the order. If the order state
/// does not yet contain the state of the authorization, it will be fetched from the server.
Expand Down