diff options
Diffstat (limited to 'doc/libsolv.txt')
-rw-r--r-- | doc/libsolv.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libsolv.txt b/doc/libsolv.txt index f101808..9f5e385 100644 --- a/doc/libsolv.txt +++ b/doc/libsolv.txt @@ -28,7 +28,7 @@ The libsolv documentation is split into multiple parts: Pointer Validity ---------------- Note that all pointers to objects that have an Id have only a limited -validity period, with the exception of Repo pointers. There are only +validity period, with the exception of Repo pointers. They are only guaranteed to be valid until a new object of that type is added or an object of that type is removed. Thus pointers to Solvable objects are only valid until another solvable is created, because adding a Solvable may |