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

Documentation fix for elektraMetaArrayToKS #2327

Merged
merged 2 commits into from
Jan 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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