From fd0fe93c38db3bef019f97d51e03661f0e00cb0c Mon Sep 17 00:00:00 2001 From: "G. van Dorland" Date: Sun, 3 Nov 2024 20:53:36 +0100 Subject: [PATCH] Update syntax-leading-bar-and-ampersand.md 'OCaml' and 'TypeScript' are two separate entities, yet the conjugation of 'supports' implies they are one entity. --- docs/syntax-leading-bar-and-ampersand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax-leading-bar-and-ampersand.md b/docs/syntax-leading-bar-and-ampersand.md index 2f328ce..6101ff0 100644 --- a/docs/syntax-leading-bar-and-ampersand.md +++ b/docs/syntax-leading-bar-and-ampersand.md @@ -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 =