Shared: QL doc improvement.

This commit is contained in:
Michael Nebel
2024-09-19 10:51:40 +02:00
parent de4a7da286
commit f142af50b7

View File

@@ -737,7 +737,7 @@ module MakeModelGenerator<
* be translated into a synthetic field.
*
* This is needed because we don't want to include summaries that reads from or
* stores into a "dead" synthetic field.
* stores into an "internal" synthetic field.
*
* Example:
* Assume we have a type `t` (in this case `t1` = `t2`) with methods `getX` and