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:
G. van Dorland 2024-11-03 20:53:36 +01:00 committed by GitHub
parent 03608c7519
commit fd0fe93c38
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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 =