nushell / nushell/nushell.github.io
[ja] fix statement about lines output type
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 258
- Forks
- 561
- Avg merge
- 3h 20m
- Merged PRs (30d)
- 15
Description
In データの読み込み→文字列を扱う after
> open people.txt | lines ───┬────────────────────────────── 0 │ Octavia | Butler | Writer 1 │ Bob | Ross | Painter 2 │ Antonio | Vivaldi | Composer ───┴──────────────────────────────
the prose claims
テーブルにもどってきたので、行を使って作業していることがわかります。
However, lines yields a list, not a table as that sentence might imply. (See PR #764 for a fix of the same problem in English and German.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Japanese page データの読み込み→文字列を扱う at the linked section and review the sentence following the open people.txt | lines example. Compare PR #764's English and German fixes, update the Japanese wording to describe the list output accurately, and verify the rendered documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100