Skip to content

Commit

Permalink
make fn clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Nov 3, 2023
1 parent c4c9935 commit 4061646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ impl Entity {
/// or `None` if no such endpoint could be found.
///
/// # Arguments
/// - `protocols`: the list of protocols which are acceptable
/// - `operations`: the list of operations which are acceptable
/// - `accepted_protocols`: the list of protocols which are acceptable
/// - `accepted_operations`: the list of operations which are acceptable
pub fn is_supported(
&self,
accepted_protocols: &[&str],
Expand Down

0 comments on commit 4061646

Please sign in to comment.