fixed invalid documentation reference (#422)

This commit is contained in:
Filip W 2021-03-03 03:18:43 +01:00 коммит произвёл GitHub
Родитель 29192992da
Коммит 4536628992
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ namespace Microsoft.Quantum.Arithmetic {
/// 1 bits in an integer.
///
/// Let us denote `value` by a and let y be an unsigned integer encoded in `target`,
/// then `InPlaceXorLE` performs an operation given by the following map:
/// then `ApplyXorInPlace` performs an operation given by the following map:
/// $\ket{y}\rightarrow \ket{y\oplus a}$ , where $\oplus$ is the bitwise exclusive OR operator.
///
/// # Input