Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed May 13, 2024
1 parent 35457ff commit f820160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/expressions/common/execution/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface ExecutionContext<InspectorAdapters extends Adapters = Adapters>
types: Record<string, ExpressionType>;

/**
* Prevents caching in the current execution.
* Allow caching in the current execution.
*/
allowCache?: boolean;

Expand Down

0 comments on commit f820160

Please sign in to comment.