diff --git a/contents/development/async-function-about-return-await/index.mdx b/contents/development/async-function-about-return-await/index.mdx index 56bb6be..37d6839 100644 --- a/contents/development/async-function-about-return-await/index.mdx +++ b/contents/development/async-function-about-return-await/index.mdx @@ -206,7 +206,7 @@ async function foo() {
-하지만 린트 규칙이 더 이상 사용되지 않는 이유에서 설명했듯이 이와 관련된 성능적인 부분도 개선이 된 것 같다. +하지만 린트 규칙에서 더 이상 사용되지 않는 이유를 살펴봤을 때 성능적인 부분이 개선이 된 것 같다. 이제 자바스크립에서 네이티브 `Promise`가 다르게 처리된다고 한다. ([V8 관련 문서](https://v8.dev/blog/fast-async))