correct the qldoc

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2022-09-22 15:49:29 +02:00
committed by GitHub
parent 843fce4bcd
commit fedf8fc575

View File

@@ -268,7 +268,7 @@ module AccessPath {
)
}
/** A module for computing an access to a variable that happens after a write to that same variable */
/** A module for computing an access to a variable that happens after a property has been written onto it */
private module GetLaterAccess {
/**
* Gets an access to a variable that is written to in `write`, where the access is after the write.