Skip to content

Commit

Permalink
chore(doc): improve docs for subject item search option
Browse files Browse the repository at this point in the history
  • Loading branch information
toksdotdev authored and kornelski committed Apr 22, 2024
1 parent 3619255 commit fedc8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security-framework/src/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl ItemSearchOptions {
self
}

/// Search for an item with the given subject.
/// Search for an item with exactly the given subject.
#[inline(always)]
pub fn subject(&mut self, subject: &str) -> &mut Self {
self.subject = Some(CFString::new(subject));
Expand Down

0 comments on commit fedc8dc

Please sign in to comment.