mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
Update syntax-leading-bar-and-ampersand.md
'OCaml' and 'TypeScript' are two separate entities, yet the conjugation of 'supports' implies they are one entity.
This commit is contained in:
parent
03608c7519
commit
fd0fe93c38
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ type MyOverloadedFunction = unknown
|
|||
& ((number) -> string)
|
||||
```
|
||||
|
||||
OCaml and TypeScript supports this same syntax:
|
||||
OCaml and TypeScript support this same syntax:
|
||||
|
||||
```ocaml
|
||||
type 'a tree =
|
||||
|
|
Loading…
Add table
Reference in a new issue