Skip to content

Commit

Permalink
chore: Correct typo in comment regarding resolution result in client.rs
Browse files Browse the repository at this point in the history
Signed-off-by: MaximFischuk <[email protected]>
  • Loading branch information
MaximFischuk committed Dec 29, 2024
1 parent af0d637 commit cd0df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ impl Client {
.await;
hook_context.evaluation_context = &context;

// INFO: Result of the resolution or error reson with default value
// INFO: Result of the resolution or error reason with default value
// This bind is defined here to minimize cloning of the `Value`
let evaluation_details;

Expand Down

0 comments on commit cd0df01

Please sign in to comment.