Skip to content

Commit cd2e583

Browse files
committed
1 parent bc6ac1d commit cd2e583

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/docs/manual/latest/overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,5 @@ Array | `[1, 2, 3]` | `[1, 2,
231231
Record | `type t = {b: int}; let a = {b: 10}` | `var a = {b: 10}`
232232
Multiline Comment | `/* Comment here */` | Not in output
233233
Single line Comment | `// Comment here` | Not in output
234+
235+
_Note that this is a cleaned-up comparison table; a few examples' JavaScript output are slightly different in reality._

0 commit comments

Comments
 (0)