mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C++: fix wording in GVN qldoc comment
This commit is contained in:
@@ -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:
|
||||
*
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user