C++: fix wording in GVN qldoc comment

This commit is contained in:
Nick Rolfe 2019-01-11 13:56:52 +00:00 коммит произвёл GitHub
Родитель b0dd3dfeb1
Коммит e8f4127fe5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3,8 +3,8 @@
* See https://en.wikipedia.org/wiki/Global_value_numbering
*
* The predicate `globalValueNumber` converts an expression into a `GVN`,
* which is an abstract type presenting the value of the expression. If
* two expressions have the `GVN` then they compute the same value.
* which is an abstract type representing the value of the expression. If
* two expressions have the same `GVN` then they compute the same value.
* For example:
*
* ```