microsoft / qsharp-language

Official repository for design of the quantum programming language Q# and its core libraries
MIT License
233 stars 54 forks source link

` used in place of ' #63

Closed cgranade closed 3 years ago

cgranade commented 3 years ago

On https://github.com/microsoft/qsharp-language/blob/main/Specifications/Language/4_TypeSystem/OperationsAndFunctions.md, the tick used to denote type parameters is written as ` instead in some places.

For instance, as rendered at https://review.docs.microsoft.com/en-us/quantum/user-guide/language/typesystem/operationsandfunctions?branch=pr-en-us-1129 (internal link):

image

tcNickolas commented 3 years ago

Looks like this has been fixed in c9d550212550?

bettinaheim commented 3 years ago

This is indeed fixed with the commit above.