diff options
author | Michael Schroeder <mls@suse.de> | 2013-06-10 13:38:29 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-06-10 13:38:29 +0200 |
commit | 5e4dfcf63fcc8accee5ea2056d75f0e0bd286123 (patch) | |
tree | b75d14c76440de080b0dd240876cc6f9417e6355 /doc/libsolv-bindings.txt | |
parent | 31238bfdd2022fb752f955031d75b259fe63102e (diff) | |
download | libsolv-5e4dfcf63fcc8accee5ea2056d75f0e0bd286123.tar.gz libsolv-5e4dfcf63fcc8accee5ea2056d75f0e0bd286123.tar.bz2 libsolv-5e4dfcf63fcc8accee5ea2056d75f0e0bd286123.zip |
install manpages
Diffstat (limited to 'doc/libsolv-bindings.txt')
-rw-r--r-- | doc/libsolv-bindings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libsolv-bindings.txt b/doc/libsolv-bindings.txt index 3d1f65a..f6709aa 100644 --- a/doc/libsolv-bindings.txt +++ b/doc/libsolv-bindings.txt @@ -42,7 +42,7 @@ tied arrays so that it is possible to iterate with a for() statement: my $iter = $pool->solvables_iter(); for my $solvable (@$iter) { ... }; -As a downside of this approach, iterator objects can have no attributes. +As a downside of this approach, iterator objects cannot have attributes. If an array needs to be passed to a method it is usually done by reference, if a method returns an array it returns it on the stack: |