Skip to content

Commit

Permalink
fix: fix code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepduke committed Jan 10, 2024
1 parent 67cf5bd commit fe4f72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluation/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct EvaluationContext {
}

impl EvaluationContext {
/// Create a new [`EvaluationContext`] with given targeting key.
/// Set the `targeting_key` of the evaluation context.
#[must_use]
pub fn with_targeting_key(mut self, targeting_key: impl Into<String>) -> Self {
self.targeting_key = Some(targeting_key.into());
Expand Down

0 comments on commit fe4f72a

Please sign in to comment.