Skip to content

Commit

Permalink
tiny tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Apr 14, 2021
1 parent a5d41bc commit e8ebe57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-types/scripts/generators/docs.js
Expand Up @@ -233,9 +233,9 @@ const aliasDescriptions = {
Private: "A cover of private class elements and private identifiers.",
Property: "A cover of object properties and class properties.",
Pureish:
"A cover of AST nodes which does not have side-effect. In other words, there is no observable behaviour changes if they are evaluated more than once.",
"A cover of AST nodes which do not have side-effects. In other words, there is no observable behaviour changes if they are evaluated more than once.",
Scopable:
"A cover of [FunctionParent](#FunctionParent) and [BlockParent](#BlockParent).",
"A cover of [FunctionParent](#functionparent) and [BlockParent](#blockparent).",
Statement:
"A cover of any [Statement](https://tc39.es/ecma262/#prod-Statement)s.",
TSBaseType: "A cover of primary TypeScript type annotations.",
Expand Down

0 comments on commit e8ebe57

Please sign in to comment.