Skip to content

Commit

Permalink
Update cedar-policy-validator/src/typecheck.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Disselkoen <[email protected]>
  • Loading branch information
aaronjeline and cdisselkoen authored Oct 5, 2023
1 parent 3e03975 commit e235ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-policy-validator/src/typecheck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2148,7 +2148,7 @@ impl<'a> Typechecker<'a> {

/// Utility called by the main typecheck method to handle extension function
/// application.
/// INVARIANT `ext_expr` must be a `ExtensionFucntionApp`
/// INVARIANT `ext_expr` must be a `ExtensionFunctionApp`
fn typecheck_extension<'b>(
&self,
request_env: &RequestEnv,
Expand Down

0 comments on commit e235ccc

Please sign in to comment.