diff --git a/.changeset/late-bottles-shop.md b/.changeset/late-bottles-shop.md index 3542139f88f..7eb1008fa2d 100644 --- a/.changeset/late-bottles-shop.md +++ b/.changeset/late-bottles-shop.md @@ -6,4 +6,4 @@ improve performance of `isBinaryType` in the netlify and architect adapters -previous implementation from arc itself has a complexity of O(N*includesComplexity), where as now it is O(includesComplexity). +previous implementation from arc itself has a complexity of O(N\*includesComplexity), where as now it is O(includesComplexity).