fish-shell / fish-shell Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error message references "array" not "list" #5846
Comments
https://github.com/fish-shell/fish-shell/blob/master/sphinx_doc_src/index.rst#arrays exists. I'm not sure we want to always talk about "lists", because "array" is a well-known term as well. |
Would it be prudent then to switch out all references to just say array instead of list? I'm weary of using one terminology in one place, and another in another. It creates confusion |
Yes, please do a PR to make this consistent. I like "list" slightly more because it's shorter but no strong opinions. |
List is a better term for non-programmers. |
Okay, closed. I decided to mention the term "array" (and keep a bit where we say |
Should we add |
Done in 225b120 |
fish, version 3.0.2
to be consistent with documentation, the error message should read
list indices start at 1, not 0
The text was updated successfully, but these errors were encountered: