diff --git a/cedar-policy-validator/src/typecheck.rs b/cedar-policy-validator/src/typecheck.rs index 523759a63..15df41afd 100644 --- a/cedar-policy-validator/src/typecheck.rs +++ b/cedar-policy-validator/src/typecheck.rs @@ -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,