Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2327 from kodebach/meta-doc-fix
Browse files Browse the repository at this point in the history
Documentation fix for elektraMetaArrayToKS
  • Loading branch information
markus2330 authored Jan 23, 2019
2 parents 8f15463 + d82da90 commit 6dc8e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ you up to date with the multi-language support provided by Elektra.
## Documentation

- We fixed various spelling mistakes. *(René Schwaiger)*
- <<TODO>>
- The documentation for `elektraMetaArrayToKS` was fixed. It now reflects the fact
that the parent key is returned as well. *(Klemens Böswirth)*
- <<TODO>>

## Tests
Expand Down
2 changes: 1 addition & 1 deletion src/libs/meta/meta.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ elektraMetaArrayToKS(
"dep");
* @endcode
*
* returns a `KeySet` containing the keys `"dep/#0"` with value `"/b"` and
* returns a `KeySet` containing the keys `dep` with value `#1`, `"dep/#0"` with value `"/b"` and
* `"dep/#1"` with value `"/c"`.
*
* If no meta key array is found, null is returned.
Expand Down

0 comments on commit 6dc8e61

Please sign in to comment.