在页面[错误处理机制](https://wangdoc.com/javascript/features/error.html)中,第6小节“finally代码块“中的这一段话出现了错别字: > catch代码块之中,触发转入finally代码**快**的标志,不仅有return语句,还有throw语句。 其中错的字是:快 应为:块