Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Typo on "Unions and Intersections" page #1311

Open
jwbth opened this issue Apr 6, 2020 · 2 comments
Open

Typo on "Unions and Intersections" page #1311

jwbth opened this issue Apr 6, 2020 · 2 comments

Comments

@jwbth
Copy link

jwbth commented Apr 6, 2020

I'm not sure if it's the right place to issue it because I don't see the "Unions and Intersections" page that is present on the website: https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html - in this repository, but that's too bad a typo to just pass by:

function extendextends {}, Second extends {}>(

I suppose this is meant:

function extend<First extends {}, Second extends {}>(

Chrome, Firefox.

@jpelton-stroud
Copy link

I don't see the "Unions and Intersections" page that is present on the website: https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html - in this repository

That's a very good point...where the heck is this section?

@orta
Copy link
Contributor

orta commented May 3, 2020

This repo is waiting to be frozen - #1313

All docs now live with the website here - https://github.com/microsoft/TypeScript-Website/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants